Struct libgit2_sys::git_index_time[][src]

#[repr(C)]
pub struct git_index_time { pub seconds: i32, pub nanoseconds: u32, }

Fields

Trait Implementations

impl Copy for git_index_time
[src]

impl Clone for git_index_time
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for git_index_time
[src]

impl PartialEq for git_index_time
[src]

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

This method tests for !=.

Auto Trait Implementations