Struct gdnative_visual_script::common::libc::tm [−][src]
#[repr(C)]pub struct tm { pub tm_sec: i32, pub tm_min: i32, pub tm_hour: i32, pub tm_mday: i32, pub tm_mon: i32, pub tm_year: i32, pub tm_wday: i32, pub tm_yday: i32, pub tm_isdst: i32, pub tm_gmtoff: i64, pub tm_zone: *const i8, }
Fields
tm_sec: i32
tm_min: i32
tm_hour: i32
tm_mday: i32
tm_mon: i32
tm_year: i32
tm_wday: i32
tm_yday: i32
tm_isdst: i32
tm_gmtoff: i64
tm_zone: *const i8
Trait Implementations
impl Clone for tm
[src]
impl Clone for tm
fn clone(&self) -> tm
[src]
fn clone(&self) -> tm
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 Copy for tm
[src]
impl Copy for tm