Struct windows::Win32::UI::Animation::IUIAnimationTransition_Vtbl
#[repr(C)]pub struct IUIAnimationTransition_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetInitialValue: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub SetInitialVelocity: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub IsDurationKnown: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetInitialValue: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§SetInitialVelocity: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§IsDurationKnown: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
Implementations§
§impl IUIAnimationTransition_Vtbl
impl IUIAnimationTransition_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUIAnimationTransition_Vtblwhere
Identity: IUIAnimationTransition_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAnimationTransition_Vtbl
impl RefUnwindSafe for IUIAnimationTransition_Vtbl
impl Send for IUIAnimationTransition_Vtbl
impl Sync for IUIAnimationTransition_Vtbl
impl Unpin for IUIAnimationTransition_Vtbl
impl UnwindSafe for IUIAnimationTransition_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