#[repr(C)]pub struct IDCompositionArithmeticCompositeEffect_Vtbl {
pub base__: IDCompositionFilterEffect_Vtbl,
pub SetCoefficients: unsafe extern "system" fn(_: *mut c_void, _: *const D2D_VECTOR_4F) -> HRESULT,
pub SetClampOutput: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub SetCoefficient1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetCoefficient12: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetCoefficient2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetCoefficient22: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetCoefficient3: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetCoefficient32: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetCoefficient4: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetCoefficient42: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
}
Fields§
§base__: IDCompositionFilterEffect_Vtbl
§SetCoefficients: unsafe extern "system" fn(_: *mut c_void, _: *const D2D_VECTOR_4F) -> HRESULT
§SetClampOutput: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§SetCoefficient1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetCoefficient12: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetCoefficient2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetCoefficient22: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetCoefficient3: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetCoefficient32: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetCoefficient4: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetCoefficient42: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
Implementations§
§impl IDCompositionArithmeticCompositeEffect_Vtbl
impl IDCompositionArithmeticCompositeEffect_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDCompositionArithmeticCompositeEffect_Vtblwhere
Identity: IDCompositionArithmeticCompositeEffect_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDCompositionArithmeticCompositeEffect_Vtbl
impl RefUnwindSafe for IDCompositionArithmeticCompositeEffect_Vtbl
impl Send for IDCompositionArithmeticCompositeEffect_Vtbl
impl Sync for IDCompositionArithmeticCompositeEffect_Vtbl
impl Unpin for IDCompositionArithmeticCompositeEffect_Vtbl
impl UnwindSafe for IDCompositionArithmeticCompositeEffect_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