Enum vips_sys::GDateDMY [−][src]
#[repr(u32)]pub enum GDateDMY { G_DATE_DAY, G_DATE_MONTH, G_DATE_YEAR, }
Variants
G_DATE_DAY
G_DATE_MONTH
G_DATE_YEAR
Trait Implementations
impl Debug for GDateDMY
[src]
impl Debug for GDateDMY
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for GDateDMY
[src]
impl Copy for GDateDMY
impl Clone for GDateDMY
[src]
impl Clone for GDateDMY
fn clone(&self) -> GDateDMY
[src]
fn clone(&self) -> GDateDMY
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for GDateDMY
[src]
impl PartialEq for GDateDMY
fn eq(&self, other: &GDateDMY) -> bool
[src]
fn eq(&self, other: &GDateDMY) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for GDateDMY
[src]
impl Eq for GDateDMY
impl Hash for GDateDMY
[src]
impl Hash for GDateDMY