#[repr(transparent)]pub struct WmbCs(pub u32);Expand description
Wake-Up Message Buffer
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for WmbCs
impl Eq for WmbCs
impl StructuralPartialEq for WmbCs
Auto Trait Implementations§
impl Freeze for WmbCs
impl RefUnwindSafe for WmbCs
impl Send for WmbCs
impl Sync for WmbCs
impl Unpin for WmbCs
impl UnwindSafe for WmbCs
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