pub struct StatfsRawArgs {
pub path: *const c_char,
pub buf: *mut statfs,
}Fields§
§path: *const c_char§buf: *mut statfsTrait Implementations§
Source§impl Clone for StatfsRawArgs
impl Clone for StatfsRawArgs
Source§fn clone(&self) -> StatfsRawArgs
fn clone(&self) -> StatfsRawArgs
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 Debug for StatfsRawArgs
impl Debug for StatfsRawArgs
Source§impl PartialEq for StatfsRawArgs
impl PartialEq for StatfsRawArgs
Source§impl SyscallGroupsGetter for StatfsRawArgs
impl SyscallGroupsGetter for StatfsRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for StatfsRawArgs
impl SyscallNumber for StatfsRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for StatfsRawArgs
impl SyscallStopInspect for StatfsRawArgs
type Args = StatfsArgs
type Result = StatfsModifiedArgs
fn inspect_sysenter(self, inspectee_pid: Pid) -> Self::Args
fn inspect_sysexit( self, inspectee_pid: Pid, regs: &user_regs_struct, ) -> Self::Result
impl Copy for StatfsRawArgs
impl StructuralPartialEq for StatfsRawArgs
Auto Trait Implementations§
impl Freeze for StatfsRawArgs
impl RefUnwindSafe for StatfsRawArgs
impl !Send for StatfsRawArgs
impl !Sync for StatfsRawArgs
impl Unpin for StatfsRawArgs
impl UnwindSafe for StatfsRawArgs
Blanket Implementations§
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