#[repr(C, align(64))]pub struct FanoutWakeSection4 {
pub producer_wake: WakeCell,
pub consumer_wake: [WakeCell; 4],
}Expand description
Concrete v1 fanout wake section for N=4.
Fields§
§producer_wake: WakeCellWake cell for the producer cursor.
consumer_wake: [WakeCell; 4]Per-consumer wake cells.
Auto Trait Implementations§
impl !Freeze for FanoutWakeSection4
impl !RefUnwindSafe for FanoutWakeSection4
impl Send for FanoutWakeSection4
impl Sync for FanoutWakeSection4
impl Unpin for FanoutWakeSection4
impl UnwindSafe for FanoutWakeSection4
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