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