pub struct CRYOTIMER { /* private fields */ }
Expand description
CRYOTIMER
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CRYOTIMER
impl RefUnwindSafe for CRYOTIMER
impl !Sync for CRYOTIMER
impl Unpin for CRYOTIMER
impl UnwindSafe for CRYOTIMER
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