#[repr(transparent)]pub struct SgiIntEnable(pub u32);Expand description
Interrupt enable
Tuple Fields§
§0: u32Implementations§
Source§impl SgiIntEnable
impl SgiIntEnable
Trait Implementations§
Source§impl Clone for SgiIntEnable
impl Clone for SgiIntEnable
Source§fn clone(&self) -> SgiIntEnable
fn clone(&self) -> SgiIntEnable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SgiIntEnable
impl Debug for SgiIntEnable
Source§impl Default for SgiIntEnable
impl Default for SgiIntEnable
Source§fn default() -> SgiIntEnable
fn default() -> SgiIntEnable
Returns the “default value” for a type. Read more
Source§impl PartialEq for SgiIntEnable
impl PartialEq for SgiIntEnable
impl Copy for SgiIntEnable
impl Eq for SgiIntEnable
impl StructuralPartialEq for SgiIntEnable
Auto Trait Implementations§
impl Freeze for SgiIntEnable
impl RefUnwindSafe for SgiIntEnable
impl Send for SgiIntEnable
impl Sync for SgiIntEnable
impl Unpin for SgiIntEnable
impl UnwindSafe for SgiIntEnable
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