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