Struct libgit2_sys::git_time [] [src]

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

Fields

time: git_time_t offset: c_int

Trait Implementations

impl PartialEq for git_time
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

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

This method tests for !=.

impl Eq for git_time
[src]

impl Clone for git_time
[src]

fn clone(&self) -> git_time

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

impl Copy for git_time
[src]