Struct libgit2_sys::git_index_time [] [src]

pub struct git_index_time {
    pub seconds: i32,
    pub nanoseconds: u32,
}

Fields

seconds: i32 nanoseconds: u32

Trait Implementations

impl PartialEq for git_index_time
[src]

fn eq(&self, __arg_0: &git_index_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_index_time) -> bool

This method tests for !=.

impl Eq for git_index_time
[src]

impl Clone for git_index_time
[src]

fn clone(&self) -> git_index_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_index_time
[src]