Struct libgit2_sys::git_time [] [src]

pub struct git_time {
    pub time: git_time_t,
    pub offset: c_int,
}

Fields

time
offset

Trait Implementations

Derived Implementations

impl PartialEq for git_time

fn eq(&self, __arg_0: &git_time) -> bool

fn ne(&self, __arg_0: &git_time) -> bool

impl Eq for git_time

impl Clone for git_time

fn clone(&self) -> git_time

fn clone_from(&mut self, source: &Self)

impl Copy for git_time