pub struct ProcessorFeatures1El1(/* private fields */);Expand description
The fields of ID_AA64PFR1_EL1 used by virtual CPU policy.
Implementations§
Source§impl ProcessorFeatures1El1
impl ProcessorFeatures1El1
Sourcepub const fn with_sme_checked(self, value: u8) -> Result<Self, ()>
pub const fn with_sme_checked(self, value: u8) -> Result<Self, ()>
Bits: 24..28
Trait Implementations§
Source§impl Clone for ProcessorFeatures1El1
impl Clone for ProcessorFeatures1El1
Source§fn clone(&self) -> ProcessorFeatures1El1
fn clone(&self) -> ProcessorFeatures1El1
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 ProcessorFeatures1El1
impl Debug for ProcessorFeatures1El1
Source§impl Default for ProcessorFeatures1El1
impl Default for ProcessorFeatures1El1
Source§impl From<ProcessorFeatures1El1> for u64
impl From<ProcessorFeatures1El1> for u64
Source§fn from(v: ProcessorFeatures1El1) -> u64
fn from(v: ProcessorFeatures1El1) -> u64
Converts to this type from the input type.
Source§impl From<u64> for ProcessorFeatures1El1
impl From<u64> for ProcessorFeatures1El1
impl Copy for ProcessorFeatures1El1
Auto Trait Implementations§
impl Freeze for ProcessorFeatures1El1
impl RefUnwindSafe for ProcessorFeatures1El1
impl Send for ProcessorFeatures1El1
impl Sync for ProcessorFeatures1El1
impl Unpin for ProcessorFeatures1El1
impl UnsafeUnpin for ProcessorFeatures1El1
impl UnwindSafe for ProcessorFeatures1El1
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