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