Struct csfml_system_sys::sfTime
[−]
[src]
#[repr(C)]pub struct sfTime { pub microseconds: sfInt64, }
Fields
microseconds: sfInt64
Trait Implementations
impl Debug for sfTime[src]
impl Copy for sfTime[src]
impl Clone for sfTime[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more