#[repr(C)]pub struct SLAndroidEffectCapabilitiesItf_ {
pub QueryNumEffects: Option<unsafe extern "C" fn(self_: SLAndroidEffectCapabilitiesItf, pNumSupportedEffects: *mut SLuint32) -> SLresult>,
pub QueryEffect: Option<unsafe extern "C" fn(self_: SLAndroidEffectCapabilitiesItf, index: SLuint32, pEffectType: *mut SLInterfaceID, pEffectImplementation: *mut SLInterfaceID, pName: *mut SLchar, pNameSize: *mut SLuint16) -> SLresult>,
}Expand description
Android Effect Capabilities interface methods
Fields§
§QueryNumEffects: Option<unsafe extern "C" fn(self_: SLAndroidEffectCapabilitiesItf, pNumSupportedEffects: *mut SLuint32) -> SLresult>§QueryEffect: Option<unsafe extern "C" fn(self_: SLAndroidEffectCapabilitiesItf, index: SLuint32, pEffectType: *mut SLInterfaceID, pEffectImplementation: *mut SLInterfaceID, pName: *mut SLchar, pNameSize: *mut SLuint16) -> SLresult>Trait Implementations§
Source§impl Clone for SLAndroidEffectCapabilitiesItf_
impl Clone for SLAndroidEffectCapabilitiesItf_
Source§fn clone(&self) -> SLAndroidEffectCapabilitiesItf_
fn clone(&self) -> SLAndroidEffectCapabilitiesItf_
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 moreimpl Copy for SLAndroidEffectCapabilitiesItf_
Auto Trait Implementations§
impl Freeze for SLAndroidEffectCapabilitiesItf_
impl RefUnwindSafe for SLAndroidEffectCapabilitiesItf_
impl Send for SLAndroidEffectCapabilitiesItf_
impl Sync for SLAndroidEffectCapabilitiesItf_
impl Unpin for SLAndroidEffectCapabilitiesItf_
impl UnwindSafe for SLAndroidEffectCapabilitiesItf_
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