Struct libgit2_sys::git_index_time [−][src]
Fields
seconds: i32
nanoseconds: u32
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for git_index_time
impl Send for git_index_time
impl Sync for git_index_time
impl Unpin for git_index_time
impl UnwindSafe for git_index_time
Blanket Implementations
Mutably borrows from an owned value. Read more