#[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

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IDCompositionVisual_Impl, const OFFSET: isize>( ) -> IDCompositionVisual_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.