#[repr(transparent)]pub struct GicrSgiRegister(pub u16);Tuple Fields§
§0: u16Implementations§
Source§impl GicrSgiRegister
impl GicrSgiRegister
pub const IGROUPR0: GicrSgiRegister
pub const ISENABLER0: GicrSgiRegister
pub const ICENABLER0: GicrSgiRegister
pub const ISPENDR0: GicrSgiRegister
pub const ICPENDR0: GicrSgiRegister
pub const ISACTIVER0: GicrSgiRegister
pub const ICACTIVER0: GicrSgiRegister
pub const IPRIORITYR0: GicrSgiRegister
pub const ICFGR0: GicrSgiRegister
pub const ICFGR1: GicrSgiRegister
pub const IGRPMODR0: GicrSgiRegister
Source§impl GicrSgiRegister
impl GicrSgiRegister
pub const IPRIORITYR: Range<u16>
Trait Implementations§
Source§impl Clone for GicrSgiRegister
impl Clone for GicrSgiRegister
Source§fn clone(&self) -> GicrSgiRegister
fn clone(&self) -> GicrSgiRegister
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 GicrSgiRegister
impl Debug for GicrSgiRegister
Source§impl Hash for GicrSgiRegister
impl Hash for GicrSgiRegister
Source§impl Ord for GicrSgiRegister
impl Ord for GicrSgiRegister
Source§fn cmp(&self, other: &GicrSgiRegister) -> Ordering
fn cmp(&self, other: &GicrSgiRegister) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GicrSgiRegister
impl PartialEq for GicrSgiRegister
Source§impl PartialOrd for GicrSgiRegister
impl PartialOrd for GicrSgiRegister
impl Copy for GicrSgiRegister
impl Eq for GicrSgiRegister
impl StructuralPartialEq for GicrSgiRegister
Auto Trait Implementations§
impl Freeze for GicrSgiRegister
impl RefUnwindSafe for GicrSgiRegister
impl Send for GicrSgiRegister
impl Sync for GicrSgiRegister
impl Unpin for GicrSgiRegister
impl UnwindSafe for GicrSgiRegister
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