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