Struct ISpatialLocatorAttachedFrameOfReference_Vtbl
#[repr(C)]pub struct ISpatialLocatorAttachedFrameOfReference_Vtbl {
pub base__: IInspectable_Vtbl,
pub RelativePosition: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub SetRelativePosition: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT,
pub RelativeOrientation: unsafe extern "system" fn(_: *mut c_void, _: *mut Quaternion) -> HRESULT,
pub SetRelativeOrientation: unsafe extern "system" fn(_: *mut c_void, _: Quaternion) -> HRESULT,
pub AdjustHeading: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub GetStationaryCoordinateSystemAtTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TryGetRelativeHeadingAtTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§RelativePosition: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
§SetRelativePosition: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT
§RelativeOrientation: unsafe extern "system" fn(_: *mut c_void, _: *mut Quaternion) -> HRESULT
§SetRelativeOrientation: unsafe extern "system" fn(_: *mut c_void, _: Quaternion) -> HRESULT
§AdjustHeading: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§GetStationaryCoordinateSystemAtTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TryGetRelativeHeadingAtTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpatialLocatorAttachedFrameOfReference_Vtbl
impl RefUnwindSafe for ISpatialLocatorAttachedFrameOfReference_Vtbl
impl Send for ISpatialLocatorAttachedFrameOfReference_Vtbl
impl Sync for ISpatialLocatorAttachedFrameOfReference_Vtbl
impl Unpin for ISpatialLocatorAttachedFrameOfReference_Vtbl
impl UnwindSafe for ISpatialLocatorAttachedFrameOfReference_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