Struct IAnimationDescription_Vtbl
#[repr(C)]pub struct IAnimationDescription_Vtbl {
pub base__: IInspectable_Vtbl,
pub Animations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub StaggerDelay: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub StaggerDelayFactor: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub DelayLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub ZOrder: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Animations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§StaggerDelay: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§StaggerDelayFactor: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§DelayLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§ZOrder: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULTAuto Trait Implementations§
impl Freeze for IAnimationDescription_Vtbl
impl RefUnwindSafe for IAnimationDescription_Vtbl
impl Send for IAnimationDescription_Vtbl
impl Sync for IAnimationDescription_Vtbl
impl Unpin for IAnimationDescription_Vtbl
impl UnwindSafe for IAnimationDescription_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