[][src]Struct audir_sles::SL3DDopplerItf_

#[repr(C)]pub struct SL3DDopplerItf_ {
    pub SetVelocityCartesian: Option<unsafe extern "C" fn(self_: SL3DDopplerItf, pVelocity: *const SLVec3D) -> SLresult>,
    pub SetVelocitySpherical: Option<unsafe extern "C" fn(self_: SL3DDopplerItf, azimuth: SLmillidegree, elevation: SLmillidegree, speed: SLmillimeter) -> SLresult>,
    pub GetVelocityCartesian: Option<unsafe extern "C" fn(self_: SL3DDopplerItf, pVelocity: *mut SLVec3D) -> SLresult>,
    pub SetDopplerFactor: Option<unsafe extern "C" fn(self_: SL3DDopplerItf, dopplerFactor: SLpermille) -> SLresult>,
    pub GetDopplerFactor: Option<unsafe extern "C" fn(self_: SL3DDopplerItf, pDopplerFactor: *mut SLpermille) -> SLresult>,
}

Fields

SetVelocityCartesian: Option<unsafe extern "C" fn(self_: SL3DDopplerItf, pVelocity: *const SLVec3D) -> SLresult>SetVelocitySpherical: Option<unsafe extern "C" fn(self_: SL3DDopplerItf, azimuth: SLmillidegree, elevation: SLmillidegree, speed: SLmillimeter) -> SLresult>GetVelocityCartesian: Option<unsafe extern "C" fn(self_: SL3DDopplerItf, pVelocity: *mut SLVec3D) -> SLresult>SetDopplerFactor: Option<unsafe extern "C" fn(self_: SL3DDopplerItf, dopplerFactor: SLpermille) -> SLresult>GetDopplerFactor: Option<unsafe extern "C" fn(self_: SL3DDopplerItf, pDopplerFactor: *mut SLpermille) -> SLresult>

Trait Implementations

impl Clone for SL3DDopplerItf_[src]

impl Copy for SL3DDopplerItf_[src]

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