Struct windows::Media::Audio::IAudioNodeListener_Vtbl
#[repr(C)]pub struct IAudioNodeListener_Vtbl {
pub base__: IInspectable_Vtbl,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub SetPosition: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT,
pub Orientation: unsafe extern "system" fn(_: *mut c_void, _: *mut Quaternion) -> HRESULT,
pub SetOrientation: unsafe extern "system" fn(_: *mut c_void, _: Quaternion) -> HRESULT,
pub SpeedOfSound: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetSpeedOfSound: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub DopplerVelocity: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub SetDopplerVelocity: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
§SetPosition: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT
§Orientation: unsafe extern "system" fn(_: *mut c_void, _: *mut Quaternion) -> HRESULT
§SetOrientation: unsafe extern "system" fn(_: *mut c_void, _: Quaternion) -> HRESULT
§SpeedOfSound: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetSpeedOfSound: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§DopplerVelocity: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
§SetDopplerVelocity: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAudioNodeListener_Vtbl
impl RefUnwindSafe for IAudioNodeListener_Vtbl
impl Send for IAudioNodeListener_Vtbl
impl Sync for IAudioNodeListener_Vtbl
impl Unpin for IAudioNodeListener_Vtbl
impl UnwindSafe for IAudioNodeListener_Vtbl
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