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: i32Trait Implementations§
Source§impl Clone for CodecState
impl Clone for CodecState
Source§fn clone(&self) -> CodecState
fn clone(&self) -> CodecState
Returns a duplicate 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 Freeze for CodecState
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