#[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
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
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.