pub struct InotifyInit1RawArgs {
pub flags: c_int,
}Fields§
§flags: c_intTrait Implementations§
Source§impl Clone for InotifyInit1RawArgs
impl Clone for InotifyInit1RawArgs
Source§fn clone(&self) -> InotifyInit1RawArgs
fn clone(&self) -> InotifyInit1RawArgs
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 InotifyInit1RawArgs
impl Debug for InotifyInit1RawArgs
Source§impl PartialEq for InotifyInit1RawArgs
impl PartialEq for InotifyInit1RawArgs
Source§impl SyscallGroupsGetter for InotifyInit1RawArgs
impl SyscallGroupsGetter for InotifyInit1RawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for InotifyInit1RawArgs
impl SyscallNumber for InotifyInit1RawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for InotifyInit1RawArgs
impl SyscallStopInspect for InotifyInit1RawArgs
type Args = InotifyInit1Args
type Result = InotifyInit1ModifiedArgs
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 InotifyInit1RawArgs
impl StructuralPartialEq for InotifyInit1RawArgs
Auto Trait Implementations§
impl Freeze for InotifyInit1RawArgs
impl RefUnwindSafe for InotifyInit1RawArgs
impl Send for InotifyInit1RawArgs
impl Sync for InotifyInit1RawArgs
impl Unpin for InotifyInit1RawArgs
impl UnwindSafe for InotifyInit1RawArgs
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