pub(super) struct BigNotify {
inner: [Notify; 8],
}
Fields§
§inner: [Notify; 8]
Implementations§
Auto Trait Implementations§
impl !Freeze for BigNotify
impl RefUnwindSafe for BigNotify
impl Send for BigNotify
impl Sync for BigNotify
impl Unpin for BigNotify
impl UnwindSafe for BigNotify
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