pub struct MSR_SPEC;
Expand description
Trait Implementations§
source§impl Resettable for MSR_SPEC
impl Resettable for MSR_SPEC
reset()
method sets msr to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart::msr::MSR_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart::msr::MSR_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for MSR_SPEC
impl RefUnwindSafe for MSR_SPEC
impl Send for MSR_SPEC
impl Sync for MSR_SPEC
impl Unpin for MSR_SPEC
impl UnwindSafe for MSR_SPEC
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