[][src]Struct audir_sles::SL3DMacroscopicItf_

#[repr(C)]pub struct SL3DMacroscopicItf_ {
    pub SetSize: Option<unsafe extern "C" fn(self_: SL3DMacroscopicItf, width: SLmillimeter, height: SLmillimeter, depth: SLmillimeter) -> SLresult>,
    pub GetSize: Option<unsafe extern "C" fn(self_: SL3DMacroscopicItf, pWidth: *mut SLmillimeter, pHeight: *mut SLmillimeter, pDepth: *mut SLmillimeter) -> SLresult>,
    pub SetOrientationAngles: Option<unsafe extern "C" fn(self_: SL3DMacroscopicItf, heading: SLmillidegree, pitch: SLmillidegree, roll: SLmillidegree) -> SLresult>,
    pub SetOrientationVectors: Option<unsafe extern "C" fn(self_: SL3DMacroscopicItf, pFront: *const SLVec3D, pAbove: *const SLVec3D) -> SLresult>,
    pub Rotate: Option<unsafe extern "C" fn(self_: SL3DMacroscopicItf, theta: SLmillidegree, pAxis: *const SLVec3D) -> SLresult>,
    pub GetOrientationVectors: Option<unsafe extern "C" fn(self_: SL3DMacroscopicItf, pFront: *mut SLVec3D, pUp: *mut SLVec3D) -> SLresult>,
}

Fields

SetSize: Option<unsafe extern "C" fn(self_: SL3DMacroscopicItf, width: SLmillimeter, height: SLmillimeter, depth: SLmillimeter) -> SLresult>GetSize: Option<unsafe extern "C" fn(self_: SL3DMacroscopicItf, pWidth: *mut SLmillimeter, pHeight: *mut SLmillimeter, pDepth: *mut SLmillimeter) -> SLresult>SetOrientationAngles: Option<unsafe extern "C" fn(self_: SL3DMacroscopicItf, heading: SLmillidegree, pitch: SLmillidegree, roll: SLmillidegree) -> SLresult>SetOrientationVectors: Option<unsafe extern "C" fn(self_: SL3DMacroscopicItf, pFront: *const SLVec3D, pAbove: *const SLVec3D) -> SLresult>Rotate: Option<unsafe extern "C" fn(self_: SL3DMacroscopicItf, theta: SLmillidegree, pAxis: *const SLVec3D) -> SLresult>GetOrientationVectors: Option<unsafe extern "C" fn(self_: SL3DMacroscopicItf, pFront: *mut SLVec3D, pUp: *mut SLVec3D) -> SLresult>

Trait Implementations

impl Clone for SL3DMacroscopicItf_[src]

impl Copy for SL3DMacroscopicItf_[src]

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