Struct ISensorQuaternion_Vtbl
#[repr(C)]pub struct ISensorQuaternion_Vtbl {
pub base__: IInspectable_Vtbl,
pub W: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub X: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub Y: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub Z: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§W: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§X: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§Y: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§Z: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULTAuto Trait Implementations§
impl Freeze for ISensorQuaternion_Vtbl
impl RefUnwindSafe for ISensorQuaternion_Vtbl
impl Send for ISensorQuaternion_Vtbl
impl Sync for ISensorQuaternion_Vtbl
impl Unpin for ISensorQuaternion_Vtbl
impl UnwindSafe for ISensorQuaternion_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