Struct libgit2_sys::git_time
[−]
[src]
#[repr(C)]pub struct git_time { pub time: git_time_t, pub offset: c_int, pub sign: c_char, }
Fields
time: git_time_t
offset: c_int
sign: c_char
Trait Implementations
impl Copy for git_time
[src]
impl Clone for git_time
[src]
fn clone(&self) -> git_time
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more