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