Struct cxx_qt_lib::QTime
source · [−]#[repr(C)]pub struct QTime { /* private fields */ }
Expand description
The QTime class provides clock time functions.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QTime
impl Send for QTime
impl Sync for QTime
impl Unpin for QTime
impl UnwindSafe for QTime
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more