pub struct StatxRawArgs {
pub dirfd: RawFd,
pub pathname: *const c_char,
pub flags: c_int,
pub mask: c_uint,
pub statxbuf: *mut statx,
}Fields§
§dirfd: RawFd§pathname: *const c_char§flags: c_int§mask: c_uint§statxbuf: *mut statxTrait Implementations§
Source§impl Clone for StatxRawArgs
impl Clone for StatxRawArgs
Source§fn clone(&self) -> StatxRawArgs
fn clone(&self) -> StatxRawArgs
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 StatxRawArgs
impl Debug for StatxRawArgs
Source§impl PartialEq for StatxRawArgs
impl PartialEq for StatxRawArgs
Source§impl SyscallGroupsGetter for StatxRawArgs
impl SyscallGroupsGetter for StatxRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for StatxRawArgs
impl SyscallNumber for StatxRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for StatxRawArgs
impl SyscallStopInspect for StatxRawArgs
type Args = StatxArgs
type Result = StatxModifiedArgs
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 StatxRawArgs
impl StructuralPartialEq for StatxRawArgs
Auto Trait Implementations§
impl Freeze for StatxRawArgs
impl RefUnwindSafe for StatxRawArgs
impl !Send for StatxRawArgs
impl !Sync for StatxRawArgs
impl Unpin for StatxRawArgs
impl UnwindSafe for StatxRawArgs
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