Enum gdnative_visual_script::common::OSMonth [−][src]
#[repr(u32)]pub enum OSMonth { January, February, March, April, May, June, July, August, September, October, November, December, }
Variants
January
February
March
April
May
June
July
August
September
October
November
December
Trait Implementations
impl Hash for OSMonth
[src]
impl Hash for OSMonth
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Clone for OSMonth
[src]
impl Clone for OSMonth
fn clone(&self) -> OSMonth
[src]
fn clone(&self) -> OSMonth
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 Debug for OSMonth
[src]
impl Debug for OSMonth
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for OSMonth
[src]
impl Copy for OSMonth
impl Eq for OSMonth
[src]
impl Eq for OSMonth
impl PartialEq<OSMonth> for OSMonth
[src]
impl PartialEq<OSMonth> for OSMonth