Struct Ram3icr
#[repr(transparent)]pub struct Ram3icr(pub u32);Expand description
RAMCFG RAM x interrupt clear register x.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ram3icr
impl Eq for Ram3icr
impl StructuralPartialEq for Ram3icr
Auto Trait Implementations§
impl Freeze for Ram3icr
impl RefUnwindSafe for Ram3icr
impl Send for Ram3icr
impl Sync for Ram3icr
impl Unpin for Ram3icr
impl UnwindSafe for Ram3icr
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