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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for GDateDMY
[src]
impl Clone for GDateDMY
[src]
fn clone(&self) -> GDateDMY
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for GDateDMY
[src]
fn eq(&self, __arg_0: &GDateDMY) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.