#[repr(C)]pub enum Month {
Show 13 variants
BadMonth = 0,
January = 1,
February = 2,
March = 3,
April = 4,
May = 5,
June = 6,
July = 7,
August = 8,
September = 9,
October = 10,
November = 11,
December = 12,
}
Variants§
BadMonth = 0
January = 1
February = 2
March = 3
April = 4
May = 5
June = 6
July = 7
August = 8
September = 9
October = 10
November = 11
December = 12
Trait Implementations§
source§impl Clone for GDateMonth
impl Clone for GDateMonth
source§fn clone(&self) -> GDateMonth
fn clone(&self) -> GDateMonth
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GDateMonth
impl Debug for GDateMonth
source§impl PartialEq for GDateMonth
impl PartialEq for GDateMonth
source§fn eq(&self, other: &GDateMonth) -> bool
fn eq(&self, other: &GDateMonth) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GDateMonth
impl Eq for GDateMonth
impl StructuralPartialEq for GDateMonth
Auto Trait Implementations§
impl Freeze for GDateMonth
impl RefUnwindSafe for GDateMonth
impl Send for GDateMonth
impl Sync for GDateMonth
impl Unpin for GDateMonth
impl UnwindSafe for GDateMonth
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)