Struct x86defs::cpuid::CacheParametersEcx
source · pub struct CacheParametersEcx(/* private fields */);
Implementations§
source§impl CacheParametersEcx
impl CacheParametersEcx
sourcepub const fn number_of_sets_minus_one(&self) -> u32
pub const fn number_of_sets_minus_one(&self) -> u32
Bits: 0..32
sourcepub const fn with_number_of_sets_minus_one(self, value: u32) -> Self
pub const fn with_number_of_sets_minus_one(self, value: u32) -> Self
Bits: 0..32
sourcepub fn set_number_of_sets_minus_one(&mut self, value: u32)
pub fn set_number_of_sets_minus_one(&mut self, value: u32)
Bits: 0..32
Trait Implementations§
source§impl Clone for CacheParametersEcx
impl Clone for CacheParametersEcx
source§fn clone(&self) -> CacheParametersEcx
fn clone(&self) -> CacheParametersEcx
Returns a copy 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 CacheParametersEcx
impl Debug for CacheParametersEcx
source§impl Default for CacheParametersEcx
impl Default for CacheParametersEcx
source§impl From<CacheParametersEcx> for u32
impl From<CacheParametersEcx> for u32
source§fn from(v: CacheParametersEcx) -> u32
fn from(v: CacheParametersEcx) -> u32
Converts to this type from the input type.
source§impl From<u32> for CacheParametersEcx
impl From<u32> for CacheParametersEcx
impl Copy for CacheParametersEcx
Auto Trait Implementations§
impl Freeze for CacheParametersEcx
impl RefUnwindSafe for CacheParametersEcx
impl Send for CacheParametersEcx
impl Sync for CacheParametersEcx
impl Unpin for CacheParametersEcx
impl UnwindSafe for CacheParametersEcx
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)