#[repr(C)]
pub struct bc7_enc_settings { pub mode_selection: [bool; 4], pub refineIterations: [i32; 8], pub skip_mode2: bool, pub fastSkipTreshold_mode1: i32, pub fastSkipTreshold_mode3: i32, pub fastSkipTreshold_mode7: i32, pub mode45_channel0: i32, pub refineIterations_channel: i32, pub channels: i32, }

Fields

mode_selection: [bool; 4]refineIterations: [i32; 8]skip_mode2: boolfastSkipTreshold_mode1: i32fastSkipTreshold_mode3: i32fastSkipTreshold_mode7: i32mode45_channel0: i32refineIterations_channel: i32channels: i32

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.