Struct x86defs::cpuid::ExtendedTopologyEcx
source · pub struct ExtendedTopologyEcx(/* private fields */);
Implementations§
source§impl ExtendedTopologyEcx
impl ExtendedTopologyEcx
sourcepub const fn level_number(&self) -> u8
pub const fn level_number(&self) -> u8
Bits: 0..8
sourcepub const fn with_level_number(self, value: u8) -> Self
pub const fn with_level_number(self, value: u8) -> Self
Bits: 0..8
sourcepub fn set_level_number(&mut self, value: u8)
pub fn set_level_number(&mut self, value: u8)
Bits: 0..8
sourcepub const fn level_type(&self) -> u8
pub const fn level_type(&self) -> u8
Bits: 8..16
sourcepub const fn with_level_type(self, value: u8) -> Self
pub const fn with_level_type(self, value: u8) -> Self
Bits: 8..16
sourcepub fn set_level_type(&mut self, value: u8)
pub fn set_level_type(&mut self, value: u8)
Bits: 8..16
Trait Implementations§
source§impl Clone for ExtendedTopologyEcx
impl Clone for ExtendedTopologyEcx
source§fn clone(&self) -> ExtendedTopologyEcx
fn clone(&self) -> ExtendedTopologyEcx
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 ExtendedTopologyEcx
impl Debug for ExtendedTopologyEcx
source§impl Default for ExtendedTopologyEcx
impl Default for ExtendedTopologyEcx
source§impl From<ExtendedTopologyEcx> for u32
impl From<ExtendedTopologyEcx> for u32
source§fn from(v: ExtendedTopologyEcx) -> u32
fn from(v: ExtendedTopologyEcx) -> u32
Converts to this type from the input type.
source§impl From<u32> for ExtendedTopologyEcx
impl From<u32> for ExtendedTopologyEcx
impl Copy for ExtendedTopologyEcx
Auto Trait Implementations§
impl Freeze for ExtendedTopologyEcx
impl RefUnwindSafe for ExtendedTopologyEcx
impl Send for ExtendedTopologyEcx
impl Sync for ExtendedTopologyEcx
impl Unpin for ExtendedTopologyEcx
impl UnwindSafe for ExtendedTopologyEcx
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
)