Struct libfmod::CodecState
source · pub struct CodecState {
pub plugindata: *mut c_void,
pub waveformat: CodecWaveformat,
pub functions: CodecStateFunctions,
pub numsubsounds: i32,
}
Fields§
§plugindata: *mut c_void
§waveformat: CodecWaveformat
§functions: CodecStateFunctions
§numsubsounds: i32
Trait Implementations§
source§impl Clone for CodecState
impl Clone for CodecState
source§fn clone(&self) -> CodecState
fn clone(&self) -> CodecState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CodecState
impl Debug for CodecState
source§impl Into<FMOD_CODEC_STATE> for CodecState
impl Into<FMOD_CODEC_STATE> for CodecState
source§fn into(self) -> FMOD_CODEC_STATE
fn into(self) -> FMOD_CODEC_STATE
Converts this type into the (usually inferred) input type.
source§impl TryFrom<FMOD_CODEC_STATE> for CodecState
impl TryFrom<FMOD_CODEC_STATE> for CodecState
Auto Trait Implementations§
impl RefUnwindSafe for CodecState
impl !Send for CodecState
impl !Sync for CodecState
impl Unpin for CodecState
impl UnwindSafe for CodecState
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more