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