pub struct EventStorage { /* private fields */ }Expand description
Caller-owned storage for an Event in zero-heap mode (see MutexStorage).
Implementations§
Source§impl EventStorage
impl EventStorage
Trait Implementations§
Source§impl Default for EventStorage
impl Default for EventStorage
impl Sync for EventStorage
Auto Trait Implementations§
impl !Freeze for EventStorage
impl !RefUnwindSafe for EventStorage
impl Send for EventStorage
impl Unpin for EventStorage
impl UnsafeUnpin for EventStorage
impl UnwindSafe for EventStorage
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