#[repr(transparent)]pub struct GicCpuInterface(pub u8);Expand description
ID_AA64PFR0_EL1.GIC.
Tuple Fields§
§0: u8Implementations§
Source§impl GicCpuInterface
impl GicCpuInterface
pub const NONE: GicCpuInterface
pub const GICV3_OR_GICV4: GicCpuInterface
Trait Implementations§
Source§impl Clone for GicCpuInterface
impl Clone for GicCpuInterface
Source§fn clone(&self) -> GicCpuInterface
fn clone(&self) -> GicCpuInterface
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 GicCpuInterface
impl Debug for GicCpuInterface
Source§impl Hash for GicCpuInterface
impl Hash for GicCpuInterface
Source§impl Ord for GicCpuInterface
impl Ord for GicCpuInterface
Source§fn cmp(&self, other: &GicCpuInterface) -> Ordering
fn cmp(&self, other: &GicCpuInterface) -> 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 GicCpuInterface
impl PartialEq for GicCpuInterface
Source§impl PartialOrd for GicCpuInterface
impl PartialOrd for GicCpuInterface
impl Copy for GicCpuInterface
impl Eq for GicCpuInterface
impl StructuralPartialEq for GicCpuInterface
Auto Trait Implementations§
impl Freeze for GicCpuInterface
impl RefUnwindSafe for GicCpuInterface
impl Send for GicCpuInterface
impl Sync for GicCpuInterface
impl Unpin for GicCpuInterface
impl UnsafeUnpin for GicCpuInterface
impl UnwindSafe for GicCpuInterface
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