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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for git_index_time
[src]

impl PartialEq for git_index_time
[src]

[src]

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

[src]

This method tests for !=.