Enum vips_sys::GDateMonth
[−]
[src]
#[repr(u32)]pub enum GDateMonth { G_DATE_BAD_MONTH, G_DATE_JANUARY, G_DATE_FEBRUARY, G_DATE_MARCH, G_DATE_APRIL, G_DATE_MAY, G_DATE_JUNE, G_DATE_JULY, G_DATE_AUGUST, G_DATE_SEPTEMBER, G_DATE_OCTOBER, G_DATE_NOVEMBER, G_DATE_DECEMBER, }
Variants
G_DATE_BAD_MONTH
G_DATE_JANUARY
G_DATE_FEBRUARY
G_DATE_MARCH
G_DATE_APRIL
G_DATE_MAY
G_DATE_JUNE
G_DATE_JULY
G_DATE_AUGUST
G_DATE_SEPTEMBER
G_DATE_OCTOBER
G_DATE_NOVEMBER
G_DATE_DECEMBER
Trait Implementations
impl Debug for GDateMonth
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for GDateMonth
[src]
impl Clone for GDateMonth
[src]
fn clone(&self) -> GDateMonth
[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 GDateMonth
[src]
fn eq(&self, __arg_0: &GDateMonth) -> 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 !=
.