#[repr(C)]pub struct IDCompositionAffineTransform2DEffect_Vtbl {
pub base__: IDCompositionFilterEffect_Vtbl,
pub SetInterpolationMode: unsafe extern "system" fn(_: *mut c_void, _: D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE) -> HRESULT,
pub SetBorderMode: unsafe extern "system" fn(_: *mut c_void, _: D2D1_BORDER_MODE) -> HRESULT,
pub SetTransformMatrix: unsafe extern "system" fn(_: *mut c_void, _: *const Matrix3x2) -> HRESULT,
pub SetTransformMatrixElement: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut c_void) -> HRESULT,
pub SetTransformMatrixElement2: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: f32) -> HRESULT,
pub SetSharpness: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetSharpness2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
}
Fields§
§base__: IDCompositionFilterEffect_Vtbl
§SetInterpolationMode: unsafe extern "system" fn(_: *mut c_void, _: D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE) -> HRESULT
§SetBorderMode: unsafe extern "system" fn(_: *mut c_void, _: D2D1_BORDER_MODE) -> HRESULT
§SetTransformMatrix: unsafe extern "system" fn(_: *mut c_void, _: *const Matrix3x2) -> HRESULT
§SetTransformMatrixElement: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut c_void) -> HRESULT
§SetTransformMatrixElement2: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: f32) -> HRESULT
§SetSharpness: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetSharpness2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
Implementations§
§impl IDCompositionAffineTransform2DEffect_Vtbl
impl IDCompositionAffineTransform2DEffect_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDCompositionAffineTransform2DEffect_Vtblwhere
Identity: IDCompositionAffineTransform2DEffect_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDCompositionAffineTransform2DEffect_Vtbl
impl RefUnwindSafe for IDCompositionAffineTransform2DEffect_Vtbl
impl Send for IDCompositionAffineTransform2DEffect_Vtbl
impl Sync for IDCompositionAffineTransform2DEffect_Vtbl
impl Unpin for IDCompositionAffineTransform2DEffect_Vtbl
impl UnwindSafe for IDCompositionAffineTransform2DEffect_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