#[repr(C)]
pub struct mm_reg1_t {
Show 20 fields pub id: i32, pub cnt: i32, pub rid: i32, pub score: i32, pub qs: i32, pub qe: i32, pub rs: i32, pub re: i32, pub parent: i32, pub subsc: i32, pub as_: i32, pub mlen: i32, pub blen: i32, pub n_sub: i32, pub score0: i32, pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>, pub hash: u32, pub div: f32, pub p: *mut mm_extra_t,
}

Fields

id: i32cnt: i32rid: i32score: i32qs: i32qe: i32rs: i32re: i32parent: i32subsc: i32as_: i32mlen: i32blen: i32n_sub: i32score0: i32_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>hash: u32div: f32p: *mut mm_extra_t

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.