Struct cxx_qt_lib::QDateTime
source · [−]#[repr(C)]pub struct QDateTime { /* private fields */ }
Expand description
The QDateTime class provides date and time functions.
Implementations
sourceimpl QDateTime
impl QDateTime
sourcepub fn from_date_and_time(date: &QDate, time: &QTime) -> Self
pub fn from_date_and_time(date: &QDate, time: &QTime) -> Self
Construct a Rust QDateTime from a given QDate and QTime
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QDateTime
impl Send for QDateTime
impl Sync for QDateTime
impl Unpin for QDateTime
impl UnwindSafe for QDateTime
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