Struct windows::UI::Composition::ICompositionObject2_Vtbl
#[repr(C)]pub struct ICompositionObject2_Vtbl {
pub base__: IInspectable_Vtbl,
pub Comment: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetComment: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub ImplicitAnimations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetImplicitAnimations: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub StartAnimationGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub StopAnimationGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Comment: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetComment: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§ImplicitAnimations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetImplicitAnimations: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§StartAnimationGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§StopAnimationGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionObject2_Vtbl
impl RefUnwindSafe for ICompositionObject2_Vtbl
impl Send for ICompositionObject2_Vtbl
impl Sync for ICompositionObject2_Vtbl
impl Unpin for ICompositionObject2_Vtbl
impl UnwindSafe for ICompositionObject2_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