#[repr(transparent)]pub struct Ltmr64h(pub u32);Expand description
PIT Upper Lifetime Timer Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ltmr64h
impl Eq for Ltmr64h
impl StructuralPartialEq for Ltmr64h
Auto Trait Implementations§
impl Freeze for Ltmr64h
impl RefUnwindSafe for Ltmr64h
impl Send for Ltmr64h
impl Sync for Ltmr64h
impl Unpin for Ltmr64h
impl UnwindSafe for Ltmr64h
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