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