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