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