#[repr(C)]
pub struct git_describe_options {
pub version: c_uint,
pub max_candidates_tags: c_uint,
pub describe_strategy: c_uint,
pub pattern: *const c_char,
pub only_follow_first_parent: c_int,
pub show_commit_oid_as_fallback: c_int,
}
max_candidates_tags: c_uint
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.