Enum vips_sys::GDateWeekday [−][src]
#[repr(u32)]pub enum GDateWeekday { G_DATE_BAD_WEEKDAY, G_DATE_MONDAY, G_DATE_TUESDAY, G_DATE_WEDNESDAY, G_DATE_THURSDAY, G_DATE_FRIDAY, G_DATE_SATURDAY, G_DATE_SUNDAY, }
Variants
G_DATE_BAD_WEEKDAY
G_DATE_MONDAY
G_DATE_TUESDAY
G_DATE_WEDNESDAY
G_DATE_THURSDAY
G_DATE_FRIDAY
G_DATE_SATURDAY
G_DATE_SUNDAY
Trait Implementations
impl Debug for GDateWeekday
[src]
impl Debug for GDateWeekday
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 GDateWeekday
[src]
impl Copy for GDateWeekday
impl Clone for GDateWeekday
[src]
impl Clone for GDateWeekday
fn clone(&self) -> GDateWeekday
[src]
fn clone(&self) -> GDateWeekday
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 GDateWeekday
[src]
impl PartialEq for GDateWeekday
fn eq(&self, other: &GDateWeekday) -> bool
[src]
fn eq(&self, other: &GDateWeekday) -> 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 GDateWeekday
[src]
impl Eq for GDateWeekday
impl Hash for GDateWeekday
[src]
impl Hash for GDateWeekday
Auto Trait Implementations
impl Send for GDateWeekday
impl Send for GDateWeekday
impl Sync for GDateWeekday
impl Sync for GDateWeekday