#[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_charAuto Trait Implementations§
impl Freeze for git_describe_format_options
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§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more