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