Struct ISpatialManipulationDelta_Vtbl
#[repr(C)]pub struct ISpatialManipulationDelta_Vtbl {
pub base__: IInspectable_Vtbl,
pub Translation: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Translation: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpatialManipulationDelta_Vtbl
impl RefUnwindSafe for ISpatialManipulationDelta_Vtbl
impl Send for ISpatialManipulationDelta_Vtbl
impl Sync for ISpatialManipulationDelta_Vtbl
impl Unpin for ISpatialManipulationDelta_Vtbl
impl UnwindSafe for ISpatialManipulationDelta_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