[][src]Struct audir_sles::SLVolumeItf_

#[repr(C)]pub struct SLVolumeItf_ {
    pub SetVolumeLevel: Option<unsafe extern "C" fn(self_: SLVolumeItf, level: SLmillibel) -> SLresult>,
    pub GetVolumeLevel: Option<unsafe extern "C" fn(self_: SLVolumeItf, pLevel: *mut SLmillibel) -> SLresult>,
    pub GetMaxVolumeLevel: Option<unsafe extern "C" fn(self_: SLVolumeItf, pMaxLevel: *mut SLmillibel) -> SLresult>,
    pub SetMute: Option<unsafe extern "C" fn(self_: SLVolumeItf, mute: SLboolean) -> SLresult>,
    pub GetMute: Option<unsafe extern "C" fn(self_: SLVolumeItf, pMute: *mut SLboolean) -> SLresult>,
    pub EnableStereoPosition: Option<unsafe extern "C" fn(self_: SLVolumeItf, enable: SLboolean) -> SLresult>,
    pub IsEnabledStereoPosition: Option<unsafe extern "C" fn(self_: SLVolumeItf, pEnable: *mut SLboolean) -> SLresult>,
    pub SetStereoPosition: Option<unsafe extern "C" fn(self_: SLVolumeItf, stereoPosition: SLpermille) -> SLresult>,
    pub GetStereoPosition: Option<unsafe extern "C" fn(self_: SLVolumeItf, pStereoPosition: *mut SLpermille) -> SLresult>,
}

Fields

SetVolumeLevel: Option<unsafe extern "C" fn(self_: SLVolumeItf, level: SLmillibel) -> SLresult>GetVolumeLevel: Option<unsafe extern "C" fn(self_: SLVolumeItf, pLevel: *mut SLmillibel) -> SLresult>GetMaxVolumeLevel: Option<unsafe extern "C" fn(self_: SLVolumeItf, pMaxLevel: *mut SLmillibel) -> SLresult>SetMute: Option<unsafe extern "C" fn(self_: SLVolumeItf, mute: SLboolean) -> SLresult>GetMute: Option<unsafe extern "C" fn(self_: SLVolumeItf, pMute: *mut SLboolean) -> SLresult>EnableStereoPosition: Option<unsafe extern "C" fn(self_: SLVolumeItf, enable: SLboolean) -> SLresult>IsEnabledStereoPosition: Option<unsafe extern "C" fn(self_: SLVolumeItf, pEnable: *mut SLboolean) -> SLresult>SetStereoPosition: Option<unsafe extern "C" fn(self_: SLVolumeItf, stereoPosition: SLpermille) -> SLresult>GetStereoPosition: Option<unsafe extern "C" fn(self_: SLVolumeItf, pStereoPosition: *mut SLpermille) -> SLresult>

Trait Implementations

impl Clone for SLVolumeItf_[src]

impl Copy for SLVolumeItf_[src]

impl Debug for SLVolumeItf_[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.