pub struct EvtBox<T: MemoryManager> { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Source§impl<T: MemoryManager> Drop for EvtBox<T>
impl<T: MemoryManager> Drop for EvtBox<T>
impl<T: MemoryManager> Send for EvtBox<T>
Auto Trait Implementations§
impl<T> Freeze for EvtBox<T>
impl<T> RefUnwindSafe for EvtBox<T>where
T: RefUnwindSafe,
impl<T> !Sync for EvtBox<T>
impl<T> Unpin for EvtBox<T>where
T: Unpin,
impl<T> UnwindSafe for EvtBox<T>where
T: UnwindSafe,
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