pub struct Cpuid2 {
pub nent: u32,
/* private fields */
}Fields§
§nent: u32Implementations§
Source§impl Cpuid2
impl Cpuid2
pub fn entries(&self) -> &[CpuidEntry2]
pub fn entries_mut(&mut self) -> &mut [CpuidEntry2]
Auto Trait Implementations§
impl Freeze for Cpuid2
impl RefUnwindSafe for Cpuid2
impl Send for Cpuid2
impl Sync for Cpuid2
impl Unpin for Cpuid2
impl UnsafeUnpin for Cpuid2
impl UnwindSafe for Cpuid2
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