#[repr(C, align(64))]pub struct StateWakeSection {
pub state_wake: WakeCell,
}Expand description
Optional appended wake section for a state region.
Fields§
§state_wake: WakeCellWake cell for state updates.
Auto Trait Implementations§
impl !Freeze for StateWakeSection
impl !RefUnwindSafe for StateWakeSection
impl Send for StateWakeSection
impl Sync for StateWakeSection
impl Unpin for StateWakeSection
impl UnwindSafe for StateWakeSection
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