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_checked(self, value: u32) -> Result<Self, ()>
 
pub const fn with_x2_apic_shift_checked(self, value: u32) -> Result<Self, ()>
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 const fn set_x2_apic_shift(&mut self, value: u32)
 
pub const 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 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 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