#[repr(C, align(64))]pub struct SequencerWakeSection4 {
pub producer_wake: WakeCell,
pub consumer_wake: [WakeCell; 4],
}Expand description
Concrete v1 sequencer 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 SequencerWakeSection4
impl !RefUnwindSafe for SequencerWakeSection4
impl Send for SequencerWakeSection4
impl Sync for SequencerWakeSection4
impl Unpin for SequencerWakeSection4
impl UnwindSafe for SequencerWakeSection4
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