#[repr(C)]
pub struct VorbisState {
Show 23 fields pub Bits: cc_uint32, pub NumBits: cc_uint32, pub source: *mut OggState, pub channels: cc_uint8, pub modeNumBits: cc_uint8, pub curBlockSize: cc_uint16, pub prevBlockSize: cc_uint16, pub dataSize: cc_uint16, pub numCodebooks: cc_uint16, pub sampleRate: c_int, pub blockSizes: [c_int; 2], pub temp: *mut f32, pub values: [*mut f32; 2], pub prevOutput: [*mut f32; 8], pub curOutput: [*mut f32; 8], pub codebooks: *mut Codebook, pub floors: *mut Floor, pub residues: *mut Residue, pub mappings: *mut Mapping, pub modes: *mut Mode, pub windowRaw: *mut f32, pub windows: [VorbisWindow; 2], pub imdct: [imdct_state; 2],
}

Fields

Bits: cc_uint32NumBits: cc_uint32source: *mut OggStatechannels: cc_uint8modeNumBits: cc_uint8curBlockSize: cc_uint16prevBlockSize: cc_uint16dataSize: cc_uint16numCodebooks: cc_uint16sampleRate: c_intblockSizes: [c_int; 2]temp: *mut f32values: [*mut f32; 2]prevOutput: [*mut f32; 8]curOutput: [*mut f32; 8]codebooks: *mut Codebookfloors: *mut Floorresidues: *mut Residuemappings: *mut Mappingmodes: *mut ModewindowRaw: *mut f32windows: [VorbisWindow; 2]imdct: [imdct_state; 2]

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

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Performs the conversion.

Performs the conversion.

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.