#[repr(transparent)]pub struct SgiIntStatusSet(pub u32);Expand description
Interrupt status set
Tuple Fields§
§0: u32Implementations§
Source§impl SgiIntStatusSet
impl SgiIntStatusSet
Sourcepub const fn int_set(&self) -> bool
pub const fn int_set(&self) -> bool
Write to set interrupt status flag (SGI_INT_STATUS.INT_PDONE=1) to trigger a SGI interrupt via software, e.g. for debug purposes.
Sourcepub const fn set_int_set(&mut self, val: bool)
pub const fn set_int_set(&mut self, val: bool)
Write to set interrupt status flag (SGI_INT_STATUS.INT_PDONE=1) to trigger a SGI interrupt via software, e.g. for debug purposes.
Trait Implementations§
Source§impl Clone for SgiIntStatusSet
impl Clone for SgiIntStatusSet
Source§fn clone(&self) -> SgiIntStatusSet
fn clone(&self) -> SgiIntStatusSet
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 SgiIntStatusSet
impl Debug for SgiIntStatusSet
Source§impl Default for SgiIntStatusSet
impl Default for SgiIntStatusSet
Source§fn default() -> SgiIntStatusSet
fn default() -> SgiIntStatusSet
Returns the “default value” for a type. Read more
Source§impl PartialEq for SgiIntStatusSet
impl PartialEq for SgiIntStatusSet
impl Copy for SgiIntStatusSet
impl Eq for SgiIntStatusSet
impl StructuralPartialEq for SgiIntStatusSet
Auto Trait Implementations§
impl Freeze for SgiIntStatusSet
impl RefUnwindSafe for SgiIntStatusSet
impl Send for SgiIntStatusSet
impl Sync for SgiIntStatusSet
impl Unpin for SgiIntStatusSet
impl UnwindSafe for SgiIntStatusSet
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