#[repr(C)]pub struct SLAudioDecoderCapabilitiesItf_ {
pub GetAudioDecoders: Option<unsafe extern "C" fn(self_: SLAudioDecoderCapabilitiesItf, pNumDecoders: *mut SLuint32, pDecoderIds: *mut SLuint32) -> SLresult>,
pub GetAudioDecoderCapabilities: Option<unsafe extern "C" fn(self_: SLAudioDecoderCapabilitiesItf, decoderId: SLuint32, pIndex: *mut SLuint32, pDescriptor: *mut SLAudioCodecDescriptor) -> SLresult>,
}Fields§
§GetAudioDecoders: Option<unsafe extern "C" fn(self_: SLAudioDecoderCapabilitiesItf, pNumDecoders: *mut SLuint32, pDecoderIds: *mut SLuint32) -> SLresult>§GetAudioDecoderCapabilities: Option<unsafe extern "C" fn(self_: SLAudioDecoderCapabilitiesItf, decoderId: SLuint32, pIndex: *mut SLuint32, pDescriptor: *mut SLAudioCodecDescriptor) -> SLresult>Trait Implementations§
Source§impl Clone for SLAudioDecoderCapabilitiesItf_
impl Clone for SLAudioDecoderCapabilitiesItf_
Source§fn clone(&self) -> SLAudioDecoderCapabilitiesItf_
fn clone(&self) -> SLAudioDecoderCapabilitiesItf_
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 SLAudioDecoderCapabilitiesItf_
Auto Trait Implementations§
impl Freeze for SLAudioDecoderCapabilitiesItf_
impl RefUnwindSafe for SLAudioDecoderCapabilitiesItf_
impl Send for SLAudioDecoderCapabilitiesItf_
impl Sync for SLAudioDecoderCapabilitiesItf_
impl Unpin for SLAudioDecoderCapabilitiesItf_
impl UnwindSafe for SLAudioDecoderCapabilitiesItf_
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