Struct ISpatialLocation_Vtbl
#[repr(C)]pub struct ISpatialLocation_Vtbl {
pub base__: IInspectable_Vtbl,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub Orientation: unsafe extern "system" fn(_: *mut c_void, _: *mut Quaternion) -> HRESULT,
pub AbsoluteLinearVelocity: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub AbsoluteLinearAcceleration: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub AbsoluteAngularVelocity: unsafe extern "system" fn(_: *mut c_void, _: *mut Quaternion) -> HRESULT,
pub AbsoluteAngularAcceleration: unsafe extern "system" fn(_: *mut c_void, _: *mut Quaternion) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT§Orientation: unsafe extern "system" fn(_: *mut c_void, _: *mut Quaternion) -> HRESULT§AbsoluteLinearVelocity: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT§AbsoluteLinearAcceleration: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT§AbsoluteAngularVelocity: unsafe extern "system" fn(_: *mut c_void, _: *mut Quaternion) -> HRESULT§AbsoluteAngularAcceleration: unsafe extern "system" fn(_: *mut c_void, _: *mut Quaternion) -> HRESULTAuto Trait Implementations§
impl Freeze for ISpatialLocation_Vtbl
impl RefUnwindSafe for ISpatialLocation_Vtbl
impl Send for ISpatialLocation_Vtbl
impl Sync for ISpatialLocation_Vtbl
impl Unpin for ISpatialLocation_Vtbl
impl UnwindSafe for ISpatialLocation_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