Struct Gisr0
#[repr(transparent)]pub struct Gisr0(pub u32);Expand description
MDMA Global Interrupt/Status Register.
Tuple Fields§
§0: u32Implementations§
§impl Gisr0
impl Gisr0
Trait Implementations§
impl Copy for Gisr0
impl Eq for Gisr0
impl StructuralPartialEq for Gisr0
Auto Trait Implementations§
impl Freeze for Gisr0
impl RefUnwindSafe for Gisr0
impl Send for Gisr0
impl Sync for Gisr0
impl Unpin for Gisr0
impl UnwindSafe for Gisr0
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