#[repr(transparent)]pub struct Sramctrl(pub u32);Expand description
All SRAMs common control signals [Reset by: PoR, Pin Reset, Brown Out Detectors Reset, Software Reset]
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Sramctrl
impl Eq for Sramctrl
impl StructuralPartialEq for Sramctrl
Auto Trait Implementations§
impl Freeze for Sramctrl
impl RefUnwindSafe for Sramctrl
impl Send for Sramctrl
impl Sync for Sramctrl
impl Unpin for Sramctrl
impl UnwindSafe for Sramctrl
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