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