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