pub struct NotifyHandle { /* private fields */ }
Expand description
A notify handle to the inner driver.
Implementations§
Auto Trait Implementations§
impl Freeze for NotifyHandle
impl RefUnwindSafe for NotifyHandle
impl Send for NotifyHandle
impl Sync for NotifyHandle
impl Unpin for NotifyHandle
impl UnwindSafe for NotifyHandle
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