[][src]Struct audir_sles::SLPlaybackRateItf_

#[repr(C)]pub struct SLPlaybackRateItf_ {
    pub SetRate: Option<unsafe extern "C" fn(self_: SLPlaybackRateItf, rate: SLpermille) -> SLresult>,
    pub GetRate: Option<unsafe extern "C" fn(self_: SLPlaybackRateItf, pRate: *mut SLpermille) -> SLresult>,
    pub SetPropertyConstraints: Option<unsafe extern "C" fn(self_: SLPlaybackRateItf, constraints: SLuint32) -> SLresult>,
    pub GetProperties: Option<unsafe extern "C" fn(self_: SLPlaybackRateItf, pProperties: *mut SLuint32) -> SLresult>,
    pub GetCapabilitiesOfRate: Option<unsafe extern "C" fn(self_: SLPlaybackRateItf, rate: SLpermille, pCapabilities: *mut SLuint32) -> SLresult>,
    pub GetRateRange: Option<unsafe extern "C" fn(self_: SLPlaybackRateItf, index: SLuint8, pMinRate: *mut SLpermille, pMaxRate: *mut SLpermille, pStepSize: *mut SLpermille, pCapabilities: *mut SLuint32) -> SLresult>,
}

Fields

SetRate: Option<unsafe extern "C" fn(self_: SLPlaybackRateItf, rate: SLpermille) -> SLresult>GetRate: Option<unsafe extern "C" fn(self_: SLPlaybackRateItf, pRate: *mut SLpermille) -> SLresult>SetPropertyConstraints: Option<unsafe extern "C" fn(self_: SLPlaybackRateItf, constraints: SLuint32) -> SLresult>GetProperties: Option<unsafe extern "C" fn(self_: SLPlaybackRateItf, pProperties: *mut SLuint32) -> SLresult>GetCapabilitiesOfRate: Option<unsafe extern "C" fn(self_: SLPlaybackRateItf, rate: SLpermille, pCapabilities: *mut SLuint32) -> SLresult>GetRateRange: Option<unsafe extern "C" fn(self_: SLPlaybackRateItf, index: SLuint8, pMinRate: *mut SLpermille, pMaxRate: *mut SLpermille, pStepSize: *mut SLpermille, pCapabilities: *mut SLuint32) -> SLresult>

Trait Implementations

impl Clone for SLPlaybackRateItf_[src]

impl Copy for SLPlaybackRateItf_[src]

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