pub struct CpuidSpec;
Trait Implementations§
Source§impl Resettable for CpuidSpec
reset()
method sets CPUID to value 0x410f_c240
impl Resettable for CpuidSpec
reset()
method sets CPUID to value 0x410f_c240
Source§const RESET_VALUE: u32 = 1_091_551_808u32
const RESET_VALUE: u32 = 1_091_551_808u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for CpuidSpec
read()
method returns cpuid::R
reader structure
Auto Trait Implementations§
impl Freeze for CpuidSpec
impl RefUnwindSafe for CpuidSpec
impl Send for CpuidSpec
impl Sync for CpuidSpec
impl Unpin for CpuidSpec
impl UnwindSafe for CpuidSpec
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