#[repr(C)]
pub struct p7_omx_s {
Show 19 fields pub M: c_int, pub L: c_int, pub dpf: *mut *mut __m128, pub dpw: *mut *mut __m128i, pub dpb: *mut *mut __m128i, pub dp_mem: *mut c_void, pub allocR: c_int, pub validR: c_int, pub allocQ4: c_int, pub allocQ8: c_int, pub allocQ16: c_int, pub ncells: size_t, pub xmx: *mut f32, pub x_mem: *mut c_void, pub allocXR: c_int, pub totscale: f32, pub has_own_scales: c_int, pub debugging: c_int, pub dfp: *mut FILE,
}

Fields

M: c_intL: c_intdpf: *mut *mut __m128dpw: *mut *mut __m128idpb: *mut *mut __m128idp_mem: *mut c_voidallocR: c_intvalidR: c_intallocQ4: c_intallocQ8: c_intallocQ16: c_intncells: size_txmx: *mut f32x_mem: *mut c_voidallocXR: c_inttotscale: f32has_own_scales: c_intdebugging: c_intdfp: *mut FILE

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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.