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