#[repr(C)]pub struct AEGP_SoundDataFormat {
pub sample_rateF: A_FpLong,
pub encoding: AEGP_SoundEncoding,
pub bytes_per_sampleL: A_long,
pub num_channelsL: A_long,
}Fields§
§sample_rateF: A_FpLong§encoding: AEGP_SoundEncoding§bytes_per_sampleL: A_long§num_channelsL: A_longTrait Implementations§
Source§impl Clone for AEGP_SoundDataFormat
impl Clone for AEGP_SoundDataFormat
Source§fn clone(&self) -> AEGP_SoundDataFormat
fn clone(&self) -> AEGP_SoundDataFormat
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 AEGP_SoundDataFormat
impl Debug for AEGP_SoundDataFormat
impl Copy for AEGP_SoundDataFormat
Auto Trait Implementations§
impl Freeze for AEGP_SoundDataFormat
impl RefUnwindSafe for AEGP_SoundDataFormat
impl Send for AEGP_SoundDataFormat
impl Sync for AEGP_SoundDataFormat
impl Unpin for AEGP_SoundDataFormat
impl UnwindSafe for AEGP_SoundDataFormat
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