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