pub struct Lptmr { /* private fields */ }Expand description
LPTMR
Implementations§
Trait Implementations§
impl Copy for Lptmr
impl Eq for Lptmr
impl Send for Lptmr
impl StructuralPartialEq for Lptmr
impl Sync for Lptmr
Auto Trait Implementations§
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