#[repr(transparent)]pub struct Msr(pub u32);Expand description
Match Shadow
Tuple Fields§
§0: u32Implementations§
Source§impl Msr
impl Msr
Sourcepub const fn match_shadow(&self) -> u32
pub const fn match_shadow(&self) -> u32
Timer Counter Match Shadow Value
Sourcepub const fn set_match_shadow(&mut self, val: u32)
pub const fn set_match_shadow(&mut self, val: u32)
Timer Counter Match Shadow Value
Trait Implementations§
impl Copy for Msr
impl Eq for Msr
impl StructuralPartialEq for Msr
Auto Trait Implementations§
impl Freeze for Msr
impl RefUnwindSafe for Msr
impl Send for Msr
impl Sync for Msr
impl Unpin for Msr
impl UnwindSafe for Msr
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