#[repr(C)]pub struct IDCompositionColorMatrixEffect_Vtbl {
pub base__: IDCompositionFilterEffect_Vtbl,
pub SetMatrix: unsafe extern "system" fn(_: *mut c_void, _: *const D2D_MATRIX_5X4_F) -> HRESULT,
pub SetMatrixElement: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut c_void) -> HRESULT,
pub SetMatrixElement2: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: f32) -> HRESULT,
pub SetAlphaMode: unsafe extern "system" fn(_: *mut c_void, _: D2D1_COLORMATRIX_ALPHA_MODE) -> HRESULT,
pub SetClampOutput: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IDCompositionFilterEffect_Vtbl
§SetMatrix: unsafe extern "system" fn(_: *mut c_void, _: *const D2D_MATRIX_5X4_F) -> HRESULT
§SetMatrixElement: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut c_void) -> HRESULT
§SetMatrixElement2: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: f32) -> HRESULT
§SetAlphaMode: unsafe extern "system" fn(_: *mut c_void, _: D2D1_COLORMATRIX_ALPHA_MODE) -> HRESULT
§SetClampOutput: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IDCompositionColorMatrixEffect_Vtbl
impl IDCompositionColorMatrixEffect_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDCompositionColorMatrixEffect_Vtblwhere
Identity: IDCompositionColorMatrixEffect_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDCompositionColorMatrixEffect_Vtbl
impl RefUnwindSafe for IDCompositionColorMatrixEffect_Vtbl
impl Send for IDCompositionColorMatrixEffect_Vtbl
impl Sync for IDCompositionColorMatrixEffect_Vtbl
impl Unpin for IDCompositionColorMatrixEffect_Vtbl
impl UnwindSafe for IDCompositionColorMatrixEffect_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