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]
impl Debug for GDateMonth
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 GDateMonth
[src]
impl Copy for GDateMonth
impl Clone for GDateMonth
[src]
impl Clone for GDateMonth
fn clone(&self) -> GDateMonth
[src]
fn clone(&self) -> GDateMonth
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 GDateMonth
[src]
impl PartialEq for GDateMonth
fn eq(&self, other: &GDateMonth) -> bool
[src]
fn eq(&self, other: &GDateMonth) -> 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 GDateMonth
[src]
impl Eq for GDateMonth
impl Hash for GDateMonth
[src]
impl Hash for GDateMonth
Auto Trait Implementations
impl Send for GDateMonth
impl Send for GDateMonth
impl Sync for GDateMonth
impl Sync for GDateMonth