pub struct CodecDescription {
Show 13 fields pub apiversion: u32, pub name: String, pub version: u32, pub defaultasstream: i32, pub timeunits: FMOD_TIMEUNIT, pub open: FMOD_CODEC_OPEN_CALLBACK, pub close: FMOD_CODEC_CLOSE_CALLBACK, pub read: FMOD_CODEC_READ_CALLBACK, pub getlength: FMOD_CODEC_GETLENGTH_CALLBACK, pub setposition: FMOD_CODEC_SETPOSITION_CALLBACK, pub getposition: FMOD_CODEC_GETPOSITION_CALLBACK, pub soundcreate: FMOD_CODEC_SOUNDCREATE_CALLBACK, pub getwaveformat: FMOD_CODEC_GETWAVEFORMAT_CALLBACK,
}

Fields

apiversion: u32name: Stringversion: u32defaultasstream: i32timeunits: FMOD_TIMEUNITopen: FMOD_CODEC_OPEN_CALLBACKclose: FMOD_CODEC_CLOSE_CALLBACKread: FMOD_CODEC_READ_CALLBACKgetlength: FMOD_CODEC_GETLENGTH_CALLBACKsetposition: FMOD_CODEC_SETPOSITION_CALLBACKgetposition: FMOD_CODEC_GETPOSITION_CALLBACKsoundcreate: FMOD_CODEC_SOUNDCREATE_CALLBACKgetwaveformat: FMOD_CODEC_GETWAVEFORMAT_CALLBACK

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

Converts this type into the (usually inferred) input type.

The type returned in the event of a conversion error.

Performs the conversion.

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.