#[repr(C)]
pub struct git_email_create_options { pub version: c_uint, pub flags: u32, pub diff_opts: git_diff_options, pub diff_find_opts: git_diff_find_options, pub subject_prefix: *const c_char, pub start_number: usize, pub reroll_number: usize, }

Fields§

§version: c_uint§flags: u32§diff_opts: git_diff_options§diff_find_opts: git_diff_find_options§subject_prefix: *const c_char§start_number: usize§reroll_number: usize

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
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.