#[repr(C)]pub struct FileSystemWatcherO {
pub opaque: u64,
}
Fields§
§opaque: u64
Trait Implementations§
Source§impl Clone for FileSystemWatcherO
impl Clone for FileSystemWatcherO
Source§fn clone(&self) -> FileSystemWatcherO
fn clone(&self) -> FileSystemWatcherO
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 Default for FileSystemWatcherO
impl Default for FileSystemWatcherO
Source§fn default() -> FileSystemWatcherO
fn default() -> FileSystemWatcherO
Returns the “default value” for a type. Read more
impl Copy for FileSystemWatcherO
Auto Trait Implementations§
impl Freeze for FileSystemWatcherO
impl RefUnwindSafe for FileSystemWatcherO
impl Send for FileSystemWatcherO
impl Sync for FileSystemWatcherO
impl Unpin for FileSystemWatcherO
impl UnwindSafe for FileSystemWatcherO
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