pub struct CodecWaveformat {Show 13 fields
pub name: String,
pub format: SoundFormat,
pub channels: i32,
pub frequency: i32,
pub lengthbytes: u32,
pub lengthpcm: u32,
pub pcmblocksize: u32,
pub loopstart: i32,
pub loopend: i32,
pub mode: FMOD_MODE,
pub channelmask: FMOD_CHANNELMASK,
pub channelorder: ChannelOrder,
pub peakvolume: f32,
}Fields§
§name: String§format: SoundFormat§channels: i32§frequency: i32§lengthbytes: u32§lengthpcm: u32§pcmblocksize: u32§loopstart: i32§loopend: i32§mode: FMOD_MODE§channelmask: FMOD_CHANNELMASK§channelorder: ChannelOrder§peakvolume: f32Trait Implementations§
Source§impl Clone for CodecWaveformat
impl Clone for CodecWaveformat
Source§fn clone(&self) -> CodecWaveformat
fn clone(&self) -> CodecWaveformat
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 CodecWaveformat
impl Debug for CodecWaveformat
Source§impl Into<FMOD_CODEC_WAVEFORMAT> for CodecWaveformat
impl Into<FMOD_CODEC_WAVEFORMAT> for CodecWaveformat
Source§fn into(self) -> FMOD_CODEC_WAVEFORMAT
fn into(self) -> FMOD_CODEC_WAVEFORMAT
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for CodecWaveformat
impl RefUnwindSafe for CodecWaveformat
impl Send for CodecWaveformat
impl Sync for CodecWaveformat
impl Unpin for CodecWaveformat
impl UnwindSafe for CodecWaveformat
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