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