pub struct CpuidHandle { /* private fields */ }Implementations§
Source§impl CpuidHandle
impl CpuidHandle
pub fn new(nent: u32) -> CpuidHandle
Methods from Deref<Target = Cpuid2>§
pub fn entries(&self) -> &[CpuidEntry2]
pub fn entries_mut(&mut self) -> &mut [CpuidEntry2]
Trait Implementations§
Source§impl Deref for CpuidHandle
impl Deref for CpuidHandle
Source§impl DerefMut for CpuidHandle
impl DerefMut for CpuidHandle
Auto Trait Implementations§
impl Freeze for CpuidHandle
impl RefUnwindSafe for CpuidHandle
impl !Send for CpuidHandle
impl !Sync for CpuidHandle
impl Unpin for CpuidHandle
impl UnwindSafe for CpuidHandle
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