Struct libgit2_sys::git_describe_format_options
source · [−]#[repr(C)]pub struct git_describe_format_options {
pub version: c_uint,
pub abbreviated_size: c_uint,
pub always_use_long_format: c_int,
pub dirty_suffix: *const c_char,
}
Fields
version: c_uint
abbreviated_size: c_uint
always_use_long_format: c_int
dirty_suffix: *const c_char
Auto Trait Implementations
impl RefUnwindSafe for git_describe_format_options
impl !Send for git_describe_format_options
impl !Sync for git_describe_format_options
impl Unpin for git_describe_format_options
impl UnwindSafe for git_describe_format_options
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more