Struct IStepEasingFunction_Vtbl
#[repr(C)]pub struct IStepEasingFunction_Vtbl {
pub base__: IInspectable_Vtbl,
pub FinalStep: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetFinalStep: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub InitialStep: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetInitialStep: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub IsFinalStepSingleFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsFinalStepSingleFrame: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsInitialStepSingleFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsInitialStepSingleFrame: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub StepCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetStepCount: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§FinalStep: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetFinalStep: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§InitialStep: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetInitialStep: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§IsFinalStepSingleFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsFinalStepSingleFrame: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsInitialStepSingleFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsInitialStepSingleFrame: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§StepCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetStepCount: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IStepEasingFunction_Vtbl
impl RefUnwindSafe for IStepEasingFunction_Vtbl
impl Send for IStepEasingFunction_Vtbl
impl Sync for IStepEasingFunction_Vtbl
impl Unpin for IStepEasingFunction_Vtbl
impl UnwindSafe for IStepEasingFunction_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