Struct inotify_event
struct inotify_event { ... }
Fields
wd: __s32mask: __u32cookie: __u32len: __u32name: __IncompleteArrayField<c_char>
Implementations
impl Debug for inotify_event
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for inotify_event
impl RefUnwindSafe for inotify_event
impl Send for inotify_event
impl Sync for inotify_event
impl Unpin for inotify_event
impl UnsafeUnpin for inotify_event
impl UnwindSafe for inotify_event
impl<T> Any for inotify_event
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for inotify_event
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for inotify_event
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for inotify_event
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for inotify_event
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for inotify_event
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for inotify_event
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>