pub struct Ostimer0 { /* private fields */ }Expand description
OSTIMER
Implementations§
Trait Implementations§
impl Copy for Ostimer0
impl Eq for Ostimer0
impl Send for Ostimer0
impl StructuralPartialEq for Ostimer0
impl Sync for Ostimer0
Auto Trait Implementations§
impl Freeze for Ostimer0
impl RefUnwindSafe for Ostimer0
impl Unpin for Ostimer0
impl UnwindSafe for Ostimer0
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