#[repr(transparent)]pub struct SgiIntEnable(pub u32);Expand description
Interrupt enable
Tuple Fields§
§0: u32Implementations§
Source§impl SgiIntEnable
impl SgiIntEnable
Sourcepub const fn set_int_en(&mut self, val: bool)
pub const fn set_int_en(&mut self, val: bool)
Interrupt enable bit
Sourcepub const fn int_ena_rsvd(&self) -> u32
pub const fn int_ena_rsvd(&self) -> u32
reserved
Sourcepub const fn set_int_ena_rsvd(&mut self, val: u32)
pub const fn set_int_ena_rsvd(&mut self, val: u32)
reserved
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