pub struct Hooks<T: Send + 'static> { /* private fields */ }
Expand description
A struct for receiving notifications when the event loop is canceled.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Hooks<T>
impl<T> !RefUnwindSafe for Hooks<T>
impl<T> !Send for Hooks<T>
impl<T> !Sync for Hooks<T>
impl<T> Unpin for Hooks<T>
impl<T> !UnwindSafe for Hooks<T>
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