pub struct PPME_SYSCALL_QUOTACTL_X<'a> {Show 14 fields
pub res: Option<PT_ERRNO>,
pub special: Option<&'a PT_CHARBUF>,
pub quotafilepath: Option<&'a PT_CHARBUF>,
pub dqb_bhardlimit: Option<PT_UINT64>,
pub dqb_bsoftlimit: Option<PT_UINT64>,
pub dqb_curspace: Option<PT_UINT64>,
pub dqb_ihardlimit: Option<PT_UINT64>,
pub dqb_isoftlimit: Option<PT_UINT64>,
pub dqb_btime: Option<PT_RELTIME>,
pub dqb_itime: Option<PT_RELTIME>,
pub dqi_bgrace: Option<PT_RELTIME>,
pub dqi_igrace: Option<PT_RELTIME>,
pub dqi_flags: Option<PT_FLAGS8_quotactl_dqi_flags>,
pub quota_fmt_out: Option<PT_FLAGS8_quotactl_quota_fmts>,
}
Fields§
§res: Option<PT_ERRNO>
§special: Option<&'a PT_CHARBUF>
§quotafilepath: Option<&'a PT_CHARBUF>
§dqb_bhardlimit: Option<PT_UINT64>
§dqb_bsoftlimit: Option<PT_UINT64>
§dqb_curspace: Option<PT_UINT64>
§dqb_ihardlimit: Option<PT_UINT64>
§dqb_isoftlimit: Option<PT_UINT64>
§dqb_btime: Option<PT_RELTIME>
§dqb_itime: Option<PT_RELTIME>
§dqi_bgrace: Option<PT_RELTIME>
§dqi_igrace: Option<PT_RELTIME>
§dqi_flags: Option<PT_FLAGS8_quotactl_dqi_flags>
§quota_fmt_out: Option<PT_FLAGS8_quotactl_quota_fmts>
Trait Implementations§
Source§impl<'a> Clone for PPME_SYSCALL_QUOTACTL_X<'a>
impl<'a> Clone for PPME_SYSCALL_QUOTACTL_X<'a>
Source§fn clone(&self) -> PPME_SYSCALL_QUOTACTL_X<'a>
fn clone(&self) -> PPME_SYSCALL_QUOTACTL_X<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for PPME_SYSCALL_QUOTACTL_X<'a>
impl<'a> Debug for PPME_SYSCALL_QUOTACTL_X<'a>
Source§impl<'a> EventPayload for PPME_SYSCALL_QUOTACTL_X<'a>
impl<'a> EventPayload for PPME_SYSCALL_QUOTACTL_X<'a>
Source§impl<'raw_event, 'a> FromRawEvent<'raw_event> for PPME_SYSCALL_QUOTACTL_X<'a>where
'raw_event: 'a,
impl<'raw_event, 'a> FromRawEvent<'raw_event> for PPME_SYSCALL_QUOTACTL_X<'a>where
'raw_event: 'a,
Source§impl<'a> PayloadToBytes for PPME_SYSCALL_QUOTACTL_X<'a>
impl<'a> PayloadToBytes for PPME_SYSCALL_QUOTACTL_X<'a>
impl<'a> Copy for PPME_SYSCALL_QUOTACTL_X<'a>
Auto Trait Implementations§
impl<'a> Freeze for PPME_SYSCALL_QUOTACTL_X<'a>
impl<'a> RefUnwindSafe for PPME_SYSCALL_QUOTACTL_X<'a>
impl<'a> Send for PPME_SYSCALL_QUOTACTL_X<'a>
impl<'a> Sync for PPME_SYSCALL_QUOTACTL_X<'a>
impl<'a> Unpin for PPME_SYSCALL_QUOTACTL_X<'a>
impl<'a> UnwindSafe for PPME_SYSCALL_QUOTACTL_X<'a>
Blanket Implementations§
Source§impl<T> AnyEventPayload for Twhere
T: EventPayload,
impl<T> AnyEventPayload for Twhere
T: EventPayload,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more