#[repr(C)]pub struct inotify_event {
pub wd: __s32,
pub mask: __u32,
pub cookie: __u32,
pub len: __u32,
pub name: __IncompleteArrayField<c_char>,
}Fields§
§wd: __s32§mask: __u32§len: __u32§name: __IncompleteArrayField<c_char>Trait Implementations§
Source§impl Debug for inotify_event
impl Debug for inotify_event
Source§impl Default for inotify_event
impl Default for inotify_event
Source§fn default() -> inotify_event
fn default() -> inotify_event
Returns the “default value” for a type. Read more
Source§impl IntoBytes for inotify_event
impl IntoBytes for inotify_event
Source§impl KnownLayout for inotify_event
impl KnownLayout for inotify_event
Source§type PointerMetadata = <__IncompleteArrayField<i8> as KnownLayout>::PointerMetadata
type PointerMetadata = <__IncompleteArrayField<i8> as KnownLayout>::PointerMetadata
The type of metadata stored in a pointer to
Self. Read moreSource§fn size_for_metadata(meta: Self::PointerMetadata) -> Option<usize>
fn size_for_metadata(meta: Self::PointerMetadata) -> Option<usize>
Computes the size of an object of type
Self with the given pointer
metadata. Read moreimpl Immutable for inotify_event
Auto Trait Implementations§
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 UnwindSafe for inotify_event
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