Struct windows::Win32::Graphics::Direct2D::ID2D1EffectImpl
#[repr(transparent)]pub struct ID2D1EffectImpl(_);
Expand description
Required features: "Win32_Graphics_Direct2D"
Implementations§
§impl ID2D1EffectImpl
impl ID2D1EffectImpl
pub unsafe fn Initialize<'a, P0, P1>(
&self,
effectcontext: P0,
transformgraph: P1
) -> Result<()>where
P0: Into<InParam<'a, ID2D1EffectContext>>,
P1: Into<InParam<'a, ID2D1TransformGraph>>,
pub unsafe fn PrepareForRender(&self, changetype: D2D1_CHANGE_TYPE) -> Result<()>
pub unsafe fn SetGraph<'a, P0>(&self, transformgraph: P0) -> Result<()>where
P0: Into<InParam<'a, ID2D1TransformGraph>>,
Trait Implementations§
§impl Clone for ID2D1EffectImpl
impl Clone for ID2D1EffectImpl
§impl Debug for ID2D1EffectImpl
impl Debug for ID2D1EffectImpl
§impl<'a> From<&'a ID2D1EffectImpl> for &'a IUnknown
impl<'a> From<&'a ID2D1EffectImpl> for &'a IUnknown
§fn from(value: &'a ID2D1EffectImpl) -> Self
fn from(value: &'a ID2D1EffectImpl) -> Self
Converts to this type from the input type.
§impl From<&ID2D1EffectImpl> for IUnknown
impl From<&ID2D1EffectImpl> for IUnknown
§fn from(value: &ID2D1EffectImpl) -> Self
fn from(value: &ID2D1EffectImpl) -> Self
Converts to this type from the input type.
§impl From<ID2D1EffectImpl> for IUnknown
impl From<ID2D1EffectImpl> for IUnknown
§fn from(value: ID2D1EffectImpl) -> Self
fn from(value: ID2D1EffectImpl) -> Self
Converts to this type from the input type.
§impl Interface for ID2D1EffectImpl
impl Interface for ID2D1EffectImpl
§impl PartialEq<ID2D1EffectImpl> for ID2D1EffectImpl
impl PartialEq<ID2D1EffectImpl> for ID2D1EffectImpl
§impl Vtable for ID2D1EffectImpl
impl Vtable for ID2D1EffectImpl
type Vtable = ID2D1EffectImpl_Vtbl
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.