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