#[repr(C, align(64))]pub struct JournalWakeSection4 {
pub publisher_wake: WakeCell,
pub subscriber_wake: [WakeCell; 4],
}Expand description
Optional appended wake section for a journal region.
(Concrete v1 shape: 1 publisher + 4 subscribers.)
Fields§
§publisher_wake: WakeCellWake cell for the publisher.
subscriber_wake: [WakeCell; 4]Per-subscriber wake cells.
Auto Trait Implementations§
impl !Freeze for JournalWakeSection4
impl !RefUnwindSafe for JournalWakeSection4
impl Send for JournalWakeSection4
impl Sync for JournalWakeSection4
impl Unpin for JournalWakeSection4
impl UnwindSafe for JournalWakeSection4
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