[][src]Struct audir_sles::SLVibraItf_

#[repr(C)]pub struct SLVibraItf_ {
    pub Vibrate: Option<unsafe extern "C" fn(self_: SLVibraItf, vibrate: SLboolean) -> SLresult>,
    pub IsVibrating: Option<unsafe extern "C" fn(self_: SLVibraItf, pVibrating: *mut SLboolean) -> SLresult>,
    pub SetFrequency: Option<unsafe extern "C" fn(self_: SLVibraItf, frequency: SLmilliHertz) -> SLresult>,
    pub GetFrequency: Option<unsafe extern "C" fn(self_: SLVibraItf, pFrequency: *mut SLmilliHertz) -> SLresult>,
    pub SetIntensity: Option<unsafe extern "C" fn(self_: SLVibraItf, intensity: SLpermille) -> SLresult>,
    pub GetIntensity: Option<unsafe extern "C" fn(self_: SLVibraItf, pIntensity: *mut SLpermille) -> SLresult>,
}

Fields

Vibrate: Option<unsafe extern "C" fn(self_: SLVibraItf, vibrate: SLboolean) -> SLresult>IsVibrating: Option<unsafe extern "C" fn(self_: SLVibraItf, pVibrating: *mut SLboolean) -> SLresult>SetFrequency: Option<unsafe extern "C" fn(self_: SLVibraItf, frequency: SLmilliHertz) -> SLresult>GetFrequency: Option<unsafe extern "C" fn(self_: SLVibraItf, pFrequency: *mut SLmilliHertz) -> SLresult>SetIntensity: Option<unsafe extern "C" fn(self_: SLVibraItf, intensity: SLpermille) -> SLresult>GetIntensity: Option<unsafe extern "C" fn(self_: SLVibraItf, pIntensity: *mut SLpermille) -> SLresult>

Trait Implementations

impl Clone for SLVibraItf_[src]

impl Copy for SLVibraItf_[src]

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