Struct IInkModelerAttributes_Vtbl
#[repr(C)]pub struct IInkModelerAttributes_Vtbl {
pub base__: IInspectable_Vtbl,
pub PredictionTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetPredictionTime: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub ScalingFactor: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetScalingFactor: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§PredictionTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§SetPredictionTime: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT§ScalingFactor: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetScalingFactor: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULTAuto Trait Implementations§
impl Freeze for IInkModelerAttributes_Vtbl
impl RefUnwindSafe for IInkModelerAttributes_Vtbl
impl Send for IInkModelerAttributes_Vtbl
impl Sync for IInkModelerAttributes_Vtbl
impl Unpin for IInkModelerAttributes_Vtbl
impl UnwindSafe for IInkModelerAttributes_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