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