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