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

Trait Implementations

impl Debug for GDateMonth
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for GDateMonth
[src]

impl Clone for GDateMonth
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for GDateMonth
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for GDateMonth
[src]

impl Hash for GDateMonth
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more