Struct cxx_qt_lib::DateFormat
source · #[repr(transparent)]pub struct DateFormat {
pub repr: i32,
}
Fields§
§repr: i32
Implementations§
source§impl DateFormat
impl DateFormat
pub const TextDate: Self = _
pub const ISODateWithMs: Self = _
pub const ISODate: Self = _
pub const RFC2822Date: Self = _
Trait Implementations§
source§impl Clone for DateFormat
impl Clone for DateFormat
source§impl ExternType for DateFormat
impl ExternType for DateFormat
source§impl PartialEq<DateFormat> for DateFormat
impl PartialEq<DateFormat> for DateFormat
source§fn eq(&self, other: &DateFormat) -> bool
fn eq(&self, other: &DateFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.