pub struct FanotifyInitArgs {
pub flags: c_uint,
pub event_f_flags: c_uint,
}Fields§
§flags: c_uint§event_f_flags: c_uintTrait Implementations§
Source§impl Clone for FanotifyInitArgs
impl Clone for FanotifyInitArgs
Source§fn clone(&self) -> FanotifyInitArgs
fn clone(&self) -> FanotifyInitArgs
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 FanotifyInitArgs
impl Debug for FanotifyInitArgs
Source§impl From<FanotifyInitArgs> for SyscallArgs
impl From<FanotifyInitArgs> for SyscallArgs
Source§fn from(args: FanotifyInitArgs) -> Self
fn from(args: FanotifyInitArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FanotifyInitArgs
impl PartialEq for FanotifyInitArgs
Source§impl SyscallGroupsGetter for FanotifyInitArgs
impl SyscallGroupsGetter for FanotifyInitArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for FanotifyInitArgs
impl SyscallNumber for FanotifyInitArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for FanotifyInitArgs
Auto Trait Implementations§
impl Freeze for FanotifyInitArgs
impl RefUnwindSafe for FanotifyInitArgs
impl Send for FanotifyInitArgs
impl Sync for FanotifyInitArgs
impl Unpin for FanotifyInitArgs
impl UnwindSafe for FanotifyInitArgs
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