Struct gdnative_visual_script::common::libc::tms [−][src]
#[repr(C)]pub struct tms { pub tms_utime: i64, pub tms_stime: i64, pub tms_cutime: i64, pub tms_cstime: i64, }
Fields
tms_utime: i64
tms_stime: i64
tms_cutime: i64
tms_cstime: i64
Trait Implementations
impl Clone for tms
[src]
impl Clone for tms
fn clone(&self) -> tms
[src]
fn clone(&self) -> tms
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 tms
[src]
impl Copy for tms