Struct windows::UI::Composition::ICompositor4_Vtbl
#[repr(C)]pub struct ICompositor4_Vtbl {
pub base__: IInspectable_Vtbl,
pub CreateColorGradientStop: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateColorGradientStopWithOffsetAndColor: unsafe extern "system" fn(_: *mut c_void, _: f32, _: Color, _: *mut *mut c_void) -> HRESULT,
pub CreateLinearGradientBrush: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateSpringScalarAnimation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateSpringVector2Animation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateSpringVector3Animation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CreateColorGradientStop: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateColorGradientStopWithOffsetAndColor: unsafe extern "system" fn(_: *mut c_void, _: f32, _: Color, _: *mut *mut c_void) -> HRESULT
§CreateLinearGradientBrush: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateSpringScalarAnimation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateSpringVector2Animation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateSpringVector3Animation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositor4_Vtbl
impl RefUnwindSafe for ICompositor4_Vtbl
impl Send for ICompositor4_Vtbl
impl Sync for ICompositor4_Vtbl
impl Unpin for ICompositor4_Vtbl
impl UnwindSafe for ICompositor4_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