#[repr(transparent)]pub struct SgiIntStatusClr(pub u32);Expand description
Interrupt status clear
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for SgiIntStatusClr
impl Clone for SgiIntStatusClr
Source§fn clone(&self) -> SgiIntStatusClr
fn clone(&self) -> SgiIntStatusClr
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 SgiIntStatusClr
impl Debug for SgiIntStatusClr
Source§impl Default for SgiIntStatusClr
impl Default for SgiIntStatusClr
Source§fn default() -> SgiIntStatusClr
fn default() -> SgiIntStatusClr
Returns the “default value” for a type. Read more
Source§impl PartialEq for SgiIntStatusClr
impl PartialEq for SgiIntStatusClr
impl Copy for SgiIntStatusClr
impl Eq for SgiIntStatusClr
impl StructuralPartialEq for SgiIntStatusClr
Auto Trait Implementations§
impl Freeze for SgiIntStatusClr
impl RefUnwindSafe for SgiIntStatusClr
impl Send for SgiIntStatusClr
impl Sync for SgiIntStatusClr
impl Unpin for SgiIntStatusClr
impl UnwindSafe for SgiIntStatusClr
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