[][src]Struct audir_sles::SLEngineCapabilitiesItf_

#[repr(C)]pub struct SLEngineCapabilitiesItf_ {
    pub QuerySupportedProfiles: Option<unsafe extern "C" fn(self_: SLEngineCapabilitiesItf, pProfilesSupported: *mut SLuint16) -> SLresult>,
    pub QueryAvailableVoices: Option<unsafe extern "C" fn(self_: SLEngineCapabilitiesItf, voiceType: SLuint16, pNumMaxVoices: *mut SLuint16, pIsAbsoluteMax: *mut SLboolean, pNumFreeVoices: *mut SLuint16) -> SLresult>,
    pub QueryNumberOfMIDISynthesizers: Option<unsafe extern "C" fn(self_: SLEngineCapabilitiesItf, pNumMIDIsynthesizers: *mut SLuint16) -> SLresult>,
    pub QueryAPIVersion: Option<unsafe extern "C" fn(self_: SLEngineCapabilitiesItf, pMajor: *mut SLuint16, pMinor: *mut SLuint16, pStep: *mut SLuint16) -> SLresult>,
    pub QueryLEDCapabilities: Option<unsafe extern "C" fn(self_: SLEngineCapabilitiesItf, pIndex: *mut SLuint32, pLEDDeviceID: *mut SLuint32, pDescriptor: *mut SLLEDDescriptor) -> SLresult>,
    pub QueryVibraCapabilities: Option<unsafe extern "C" fn(self_: SLEngineCapabilitiesItf, pIndex: *mut SLuint32, pVibraDeviceID: *mut SLuint32, pDescriptor: *mut SLVibraDescriptor) -> SLresult>,
    pub IsThreadSafe: Option<unsafe extern "C" fn(self_: SLEngineCapabilitiesItf, pIsThreadSafe: *mut SLboolean) -> SLresult>,
}

Fields

QuerySupportedProfiles: Option<unsafe extern "C" fn(self_: SLEngineCapabilitiesItf, pProfilesSupported: *mut SLuint16) -> SLresult>QueryAvailableVoices: Option<unsafe extern "C" fn(self_: SLEngineCapabilitiesItf, voiceType: SLuint16, pNumMaxVoices: *mut SLuint16, pIsAbsoluteMax: *mut SLboolean, pNumFreeVoices: *mut SLuint16) -> SLresult>QueryNumberOfMIDISynthesizers: Option<unsafe extern "C" fn(self_: SLEngineCapabilitiesItf, pNumMIDIsynthesizers: *mut SLuint16) -> SLresult>QueryAPIVersion: Option<unsafe extern "C" fn(self_: SLEngineCapabilitiesItf, pMajor: *mut SLuint16, pMinor: *mut SLuint16, pStep: *mut SLuint16) -> SLresult>QueryLEDCapabilities: Option<unsafe extern "C" fn(self_: SLEngineCapabilitiesItf, pIndex: *mut SLuint32, pLEDDeviceID: *mut SLuint32, pDescriptor: *mut SLLEDDescriptor) -> SLresult>QueryVibraCapabilities: Option<unsafe extern "C" fn(self_: SLEngineCapabilitiesItf, pIndex: *mut SLuint32, pVibraDeviceID: *mut SLuint32, pDescriptor: *mut SLVibraDescriptor) -> SLresult>IsThreadSafe: Option<unsafe extern "C" fn(self_: SLEngineCapabilitiesItf, pIsThreadSafe: *mut SLboolean) -> SLresult>

Trait Implementations

impl Clone for SLEngineCapabilitiesItf_[src]

impl Copy for SLEngineCapabilitiesItf_[src]

impl Debug for SLEngineCapabilitiesItf_[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.