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