Struct libgit2_sys::git_repository_init_options[][src]

#[repr(C)]
pub struct git_repository_init_options { pub version: c_uint, pub flags: u32, pub mode: u32, pub workdir_path: *const c_char, pub description: *const c_char, pub template_path: *const c_char, pub initial_head: *const c_char, pub origin_url: *const c_char, }

Fields

version: c_uintflags: u32mode: u32workdir_path: *const c_chardescription: *const c_chartemplate_path: *const c_charinitial_head: *const c_charorigin_url: *const c_char

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.