Enum libgit2_sys::git_repository_init_mode_t [] [src]

pub enum git_repository_init_mode_t {
    GIT_REPOSITORY_INIT_SHARED_UMASK,
    GIT_REPOSITORY_INIT_SHARED_GROUP,
    GIT_REPOSITORY_INIT_SHARED_ALL,
}

Variants

GIT_REPOSITORY_INIT_SHARED_UMASKGIT_REPOSITORY_INIT_SHARED_GROUPGIT_REPOSITORY_INIT_SHARED_ALL

Trait Implementations

impl Clone for git_repository_init_mode_t
[src]

fn clone(&self) -> git_repository_init_mode_t

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for git_repository_init_mode_t
[src]