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