Struct libgit2_sys::git_index_time [] [src]

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

Fields

seconds
nanoseconds

Trait Implementations

Derived Implementations

impl PartialEq for git_index_time

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

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

impl Eq for git_index_time

impl Clone for git_index_time

fn clone(&self) -> git_index_time

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

impl Copy for git_index_time