#[repr(C)]pub struct git_diff_format_email_options {
pub version: c_uint,
pub flags: u32,
pub patch_no: usize,
pub total_patches: usize,
pub id: *const git_oid,
pub summary: *const c_char,
pub body: *const c_char,
pub author: *const git_signature,
}
Fields
version: c_uint
flags: u32
patch_no: usize
total_patches: usize
id: *const git_oid
summary: *const c_char
body: *const c_char
Auto Trait Implementations
impl RefUnwindSafe for git_diff_format_email_options
impl !Send for git_diff_format_email_options
impl !Sync for git_diff_format_email_options
impl Unpin for git_diff_format_email_options
impl UnwindSafe for git_diff_format_email_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