#[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§
Source§impl Clone for SL3DDopplerItf_
impl Clone for SL3DDopplerItf_
Source§fn clone(&self) -> SL3DDopplerItf_
fn clone(&self) -> SL3DDopplerItf_
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SL3DDopplerItf_
Auto Trait Implementations§
impl Freeze for SL3DDopplerItf_
impl RefUnwindSafe for SL3DDopplerItf_
impl Send for SL3DDopplerItf_
impl Sync for SL3DDopplerItf_
impl Unpin for SL3DDopplerItf_
impl UnsafeUnpin for SL3DDopplerItf_
impl UnwindSafe for SL3DDopplerItf_
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more