#[repr(C)]pub struct FMOD_CODEC_WAVEFORMAT {Show 13 fields
pub name: *const c_char,
pub format: FMOD_SOUND_FORMAT,
pub channels: c_int,
pub frequency: c_int,
pub lengthbytes: c_uint,
pub lengthpcm: c_uint,
pub pcmblocksize: c_uint,
pub loopstart: c_int,
pub loopend: c_int,
pub mode: FMOD_MODE,
pub channelmask: FMOD_CHANNELMASK,
pub channelorder: FMOD_CHANNELORDER,
pub peakvolume: f32,
}Fields§
§name: *const c_char§format: FMOD_SOUND_FORMAT§channels: c_int§frequency: c_int§lengthbytes: c_uint§lengthpcm: c_uint§pcmblocksize: c_uint§loopstart: c_int§loopend: c_int§mode: FMOD_MODE§channelmask: FMOD_CHANNELMASK§channelorder: FMOD_CHANNELORDER§peakvolume: f32Trait Implementations§
Source§impl Clone for FMOD_CODEC_WAVEFORMAT
impl Clone for FMOD_CODEC_WAVEFORMAT
Source§fn clone(&self) -> FMOD_CODEC_WAVEFORMAT
fn clone(&self) -> FMOD_CODEC_WAVEFORMAT
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 FMOD_CODEC_WAVEFORMAT
impl Debug for FMOD_CODEC_WAVEFORMAT
Source§impl Default for FMOD_CODEC_WAVEFORMAT
impl Default for FMOD_CODEC_WAVEFORMAT
Source§impl PartialEq for FMOD_CODEC_WAVEFORMAT
impl PartialEq for FMOD_CODEC_WAVEFORMAT
impl Copy for FMOD_CODEC_WAVEFORMAT
impl StructuralPartialEq for FMOD_CODEC_WAVEFORMAT
Auto Trait Implementations§
impl Freeze for FMOD_CODEC_WAVEFORMAT
impl RefUnwindSafe for FMOD_CODEC_WAVEFORMAT
impl !Send for FMOD_CODEC_WAVEFORMAT
impl !Sync for FMOD_CODEC_WAVEFORMAT
impl Unpin for FMOD_CODEC_WAVEFORMAT
impl UnwindSafe for FMOD_CODEC_WAVEFORMAT
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