Struct libgit2_sys::git_time[][src]

#[repr(C)]
pub struct git_time { pub time: git_time_t, pub offset: c_int, pub sign: c_char, }

Fields

Trait Implementations

impl Copy for git_time
[src]

impl Clone for git_time
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for git_time
[src]

impl PartialEq for git_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

impl Send for git_time

impl Sync for git_time