#[repr(C)]pub struct IDCompositionVisual_Vtbl {Show 18 fields
pub base__: IUnknown_Vtbl,
pub SetOffsetX: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetOffsetX2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetOffsetY: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetOffsetY2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetTransform2: unsafe extern "system" fn(_: *mut c_void, _: *const Matrix3x2) -> HRESULT,
pub SetTransformParent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetBitmapInterpolationMode: unsafe extern "system" fn(_: *mut c_void, _: DCOMPOSITION_BITMAP_INTERPOLATION_MODE) -> HRESULT,
pub SetBorderMode: unsafe extern "system" fn(_: *mut c_void, _: DCOMPOSITION_BORDER_MODE) -> HRESULT,
pub SetClip: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetClip2: unsafe extern "system" fn(_: *mut c_void, _: *const D2D_RECT_F) -> HRESULT,
pub SetContent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddVisual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *mut c_void) -> HRESULT,
pub RemoveVisual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveAllVisuals: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetCompositeMode: unsafe extern "system" fn(_: *mut c_void, _: DCOMPOSITION_COMPOSITE_MODE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetOffsetX: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetOffsetX2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetOffsetY: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetOffsetY2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetTransform2: unsafe extern "system" fn(_: *mut c_void, _: *const Matrix3x2) -> HRESULT
§SetTransformParent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetBitmapInterpolationMode: unsafe extern "system" fn(_: *mut c_void, _: DCOMPOSITION_BITMAP_INTERPOLATION_MODE) -> HRESULT
§SetBorderMode: unsafe extern "system" fn(_: *mut c_void, _: DCOMPOSITION_BORDER_MODE) -> HRESULT
§SetClip: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetClip2: unsafe extern "system" fn(_: *mut c_void, _: *const D2D_RECT_F) -> HRESULT
§SetContent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AddVisual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *mut c_void) -> HRESULT
§RemoveVisual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveAllVisuals: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetCompositeMode: unsafe extern "system" fn(_: *mut c_void, _: DCOMPOSITION_COMPOSITE_MODE) -> HRESULT
Implementations§
§impl IDCompositionVisual_Vtbl
impl IDCompositionVisual_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDCompositionVisual_Vtblwhere
Identity: IDCompositionVisual_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDCompositionVisual_Vtbl
impl RefUnwindSafe for IDCompositionVisual_Vtbl
impl Send for IDCompositionVisual_Vtbl
impl Sync for IDCompositionVisual_Vtbl
impl Unpin for IDCompositionVisual_Vtbl
impl UnwindSafe for IDCompositionVisual_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