[][src]Struct audir_sles::SL3DLocationItf_

#[repr(C)]pub struct SL3DLocationItf_ {
    pub SetLocationCartesian: Option<unsafe extern "C" fn(self_: SL3DLocationItf, pLocation: *const SLVec3D) -> SLresult>,
    pub SetLocationSpherical: Option<unsafe extern "C" fn(self_: SL3DLocationItf, azimuth: SLmillidegree, elevation: SLmillidegree, distance: SLmillimeter) -> SLresult>,
    pub Move: Option<unsafe extern "C" fn(self_: SL3DLocationItf, pMovement: *const SLVec3D) -> SLresult>,
    pub GetLocationCartesian: Option<unsafe extern "C" fn(self_: SL3DLocationItf, pLocation: *mut SLVec3D) -> SLresult>,
    pub SetOrientationVectors: Option<unsafe extern "C" fn(self_: SL3DLocationItf, pFront: *const SLVec3D, pAbove: *const SLVec3D) -> SLresult>,
    pub SetOrientationAngles: Option<unsafe extern "C" fn(self_: SL3DLocationItf, heading: SLmillidegree, pitch: SLmillidegree, roll: SLmillidegree) -> SLresult>,
    pub Rotate: Option<unsafe extern "C" fn(self_: SL3DLocationItf, theta: SLmillidegree, pAxis: *const SLVec3D) -> SLresult>,
    pub GetOrientationVectors: Option<unsafe extern "C" fn(self_: SL3DLocationItf, pFront: *mut SLVec3D, pUp: *mut SLVec3D) -> SLresult>,
}

Fields

SetLocationCartesian: Option<unsafe extern "C" fn(self_: SL3DLocationItf, pLocation: *const SLVec3D) -> SLresult>SetLocationSpherical: Option<unsafe extern "C" fn(self_: SL3DLocationItf, azimuth: SLmillidegree, elevation: SLmillidegree, distance: SLmillimeter) -> SLresult>Move: Option<unsafe extern "C" fn(self_: SL3DLocationItf, pMovement: *const SLVec3D) -> SLresult>GetLocationCartesian: Option<unsafe extern "C" fn(self_: SL3DLocationItf, pLocation: *mut SLVec3D) -> SLresult>SetOrientationVectors: Option<unsafe extern "C" fn(self_: SL3DLocationItf, pFront: *const SLVec3D, pAbove: *const SLVec3D) -> SLresult>SetOrientationAngles: Option<unsafe extern "C" fn(self_: SL3DLocationItf, heading: SLmillidegree, pitch: SLmillidegree, roll: SLmillidegree) -> SLresult>Rotate: Option<unsafe extern "C" fn(self_: SL3DLocationItf, theta: SLmillidegree, pAxis: *const SLVec3D) -> SLresult>GetOrientationVectors: Option<unsafe extern "C" fn(self_: SL3DLocationItf, pFront: *mut SLVec3D, pUp: *mut SLVec3D) -> SLresult>

Trait Implementations

impl Clone for SL3DLocationItf_[src]

impl Copy for SL3DLocationItf_[src]

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