#[repr(C)]pub struct AEGP_SoundDataSuite1 {
pub AEGP_NewSoundData: Option<unsafe extern "C" fn(sound_formatP: *const AEGP_SoundDataFormat, new_sound_dataPH: *mut AEGP_SoundDataH) -> A_Err>,
pub AEGP_DisposeSoundData: Option<unsafe extern "C" fn(sound_dataH: AEGP_SoundDataH) -> A_Err>,
pub AEGP_GetSoundDataFormat: Option<unsafe extern "C" fn(soundH: AEGP_SoundDataH, sound_formatP: *mut AEGP_SoundDataFormat) -> A_Err>,
pub AEGP_LockSoundDataSamples: Option<unsafe extern "C" fn(soundH: AEGP_SoundDataH, samples: *mut *mut c_void) -> A_Err>,
pub AEGP_UnlockSoundDataSamples: Option<unsafe extern "C" fn(soundH: AEGP_SoundDataH) -> A_Err>,
pub AEGP_GetNumSamples: Option<unsafe extern "C" fn(soundH: AEGP_SoundDataH, num_samplesPL: *mut A_long) -> A_Err>,
}Fields§
§AEGP_NewSoundData: Option<unsafe extern "C" fn(sound_formatP: *const AEGP_SoundDataFormat, new_sound_dataPH: *mut AEGP_SoundDataH) -> A_Err>§AEGP_DisposeSoundData: Option<unsafe extern "C" fn(sound_dataH: AEGP_SoundDataH) -> A_Err>§AEGP_GetSoundDataFormat: Option<unsafe extern "C" fn(soundH: AEGP_SoundDataH, sound_formatP: *mut AEGP_SoundDataFormat) -> A_Err>§AEGP_LockSoundDataSamples: Option<unsafe extern "C" fn(soundH: AEGP_SoundDataH, samples: *mut *mut c_void) -> A_Err>§AEGP_UnlockSoundDataSamples: Option<unsafe extern "C" fn(soundH: AEGP_SoundDataH) -> A_Err>§AEGP_GetNumSamples: Option<unsafe extern "C" fn(soundH: AEGP_SoundDataH, num_samplesPL: *mut A_long) -> A_Err>Trait Implementations§
Source§impl Clone for AEGP_SoundDataSuite1
impl Clone for AEGP_SoundDataSuite1
Source§fn clone(&self) -> AEGP_SoundDataSuite1
fn clone(&self) -> AEGP_SoundDataSuite1
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_SoundDataSuite1
impl Debug for AEGP_SoundDataSuite1
impl Copy for AEGP_SoundDataSuite1
Auto Trait Implementations§
impl Freeze for AEGP_SoundDataSuite1
impl RefUnwindSafe for AEGP_SoundDataSuite1
impl Send for AEGP_SoundDataSuite1
impl Sync for AEGP_SoundDataSuite1
impl Unpin for AEGP_SoundDataSuite1
impl UnwindSafe for AEGP_SoundDataSuite1
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