Struct libgit2_sys::git_time [] [src]

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

Fields

Trait Implementations

impl Copy for git_time
[src]

impl Clone for git_time
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for git_time
[src]

impl PartialEq for git_time
[src]

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

This method tests for !=.