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