pub struct InotifyStats {
pub instance_count: usize,
pub total_watches: usize,
pub total_pending_events: usize,
}Expand description
Statistics about the inotify subsystem.
Fields§
§instance_count: usizeTotal number of active inotify instances.
total_watches: usizeTotal number of active watches across all instances.
total_pending_events: usizeTotal number of pending events across all instances.
Trait Implementations§
Source§impl Clone for InotifyStats
impl Clone for InotifyStats
Source§fn clone(&self) -> InotifyStats
fn clone(&self) -> InotifyStats
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InotifyStats
impl Debug for InotifyStats
impl Copy for InotifyStats
Auto Trait Implementations§
impl Freeze for InotifyStats
impl RefUnwindSafe for InotifyStats
impl Send for InotifyStats
impl Sync for InotifyStats
impl Unpin for InotifyStats
impl UnwindSafe for InotifyStats
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)