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