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