#[repr(transparent)]pub struct Arm2ezh(pub u32);Expand description
ARM to EZH Interrupt Control
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Arm2ezh
impl Eq for Arm2ezh
impl StructuralPartialEq for Arm2ezh
Auto Trait Implementations§
impl Freeze for Arm2ezh
impl RefUnwindSafe for Arm2ezh
impl Send for Arm2ezh
impl Sync for Arm2ezh
impl Unpin for Arm2ezh
impl UnwindSafe for Arm2ezh
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