#[repr(C)]
pub struct mm_extra_t { pub capacity: u32, pub dp_score: i32, pub dp_max: i32, pub dp_max2: i32, pub _bitfield_align_1: [u32; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>, pub n_cigar: u32, pub cigar: __IncompleteArrayField<u32>, }

Fields

capacity: u32dp_score: i32dp_max: i32dp_max2: i32_bitfield_align_1: [u32; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>n_cigar: u32cigar: __IncompleteArrayField<u32>

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

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.