Struct windows::Win32::Graphics::DirectComposition::IDCompositionVisual2
pub struct IDCompositionVisual2(/* private fields */);
Implementations§
§impl IDCompositionVisual2
impl IDCompositionVisual2
pub unsafe fn SetOpacityMode( &self, mode: DCOMPOSITION_OPACITY_MODE, ) -> Result<()>
pub unsafe fn SetBackFaceVisibility( &self, visibility: DCOMPOSITION_BACKFACE_VISIBILITY, ) -> Result<()>
Methods from Deref<Target = IDCompositionVisual>§
pub unsafe fn SetOffsetX<P0>(&self, animation: P0) -> Result<()>where
P0: Param<IDCompositionAnimation>,
pub unsafe fn SetOffsetX2(&self, offsetx: f32) -> Result<()>
pub unsafe fn SetOffsetY<P0>(&self, animation: P0) -> Result<()>where
P0: Param<IDCompositionAnimation>,
pub unsafe fn SetOffsetY2(&self, offsety: f32) -> Result<()>
pub unsafe fn SetTransform<P0>(&self, transform: P0) -> Result<()>where
P0: Param<IDCompositionTransform>,
pub unsafe fn SetTransform2(&self, matrix: *const Matrix3x2) -> Result<()>
pub unsafe fn SetTransformParent<P0>(&self, visual: P0) -> Result<()>where
P0: Param<IDCompositionVisual>,
pub unsafe fn SetEffect<P0>(&self, effect: P0) -> Result<()>where
P0: Param<IDCompositionEffect>,
pub unsafe fn SetBitmapInterpolationMode( &self, interpolationmode: DCOMPOSITION_BITMAP_INTERPOLATION_MODE, ) -> Result<()>
pub unsafe fn SetBorderMode( &self, bordermode: DCOMPOSITION_BORDER_MODE, ) -> Result<()>
pub unsafe fn SetClip<P0>(&self, clip: P0) -> Result<()>where
P0: Param<IDCompositionClip>,
pub unsafe fn SetClip2(&self, rect: *const D2D_RECT_F) -> Result<()>
pub unsafe fn SetContent<P0>(&self, content: P0) -> Result<()>where
P0: Param<IUnknown>,
pub unsafe fn AddVisual<P0, P1, P2>( &self, visual: P0, insertabove: P1, referencevisual: P2, ) -> Result<()>
pub unsafe fn RemoveVisual<P0>(&self, visual: P0) -> Result<()>where
P0: Param<IDCompositionVisual>,
pub unsafe fn RemoveAllVisuals(&self) -> Result<()>
pub unsafe fn SetCompositeMode( &self, compositemode: DCOMPOSITION_COMPOSITE_MODE, ) -> Result<()>
Trait Implementations§
§impl CanInto<IDCompositionVisual> for IDCompositionVisual2
impl CanInto<IDCompositionVisual> for IDCompositionVisual2
§impl CanInto<IDCompositionVisual2> for IDCompositionVisual3
impl CanInto<IDCompositionVisual2> for IDCompositionVisual3
§impl CanInto<IDCompositionVisual2> for IDCompositionVisualDebug
impl CanInto<IDCompositionVisual2> for IDCompositionVisualDebug
§impl CanInto<IUnknown> for IDCompositionVisual2
impl CanInto<IUnknown> for IDCompositionVisual2
§impl Clone for IDCompositionVisual2
impl Clone for IDCompositionVisual2
§fn clone(&self) -> IDCompositionVisual2
fn clone(&self) -> IDCompositionVisual2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for IDCompositionVisual2
impl Debug for IDCompositionVisual2
§impl Deref for IDCompositionVisual2
impl Deref for IDCompositionVisual2
§impl From<&IDCompositionVisual2> for &IDCompositionVisual
impl From<&IDCompositionVisual2> for &IDCompositionVisual
§fn from(value: &IDCompositionVisual2) -> Self
fn from(value: &IDCompositionVisual2) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionVisual2> for &IUnknown
impl From<&IDCompositionVisual2> for &IUnknown
§fn from(value: &IDCompositionVisual2) -> Self
fn from(value: &IDCompositionVisual2) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionVisual3> for &IDCompositionVisual2
impl From<&IDCompositionVisual3> for &IDCompositionVisual2
§fn from(value: &IDCompositionVisual3) -> Self
fn from(value: &IDCompositionVisual3) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionVisualDebug> for &IDCompositionVisual2
impl From<&IDCompositionVisualDebug> for &IDCompositionVisual2
§fn from(value: &IDCompositionVisualDebug) -> Self
fn from(value: &IDCompositionVisualDebug) -> Self
Converts to this type from the input type.
§impl From<IDCompositionVisual2> for IDCompositionVisual
impl From<IDCompositionVisual2> for IDCompositionVisual
§fn from(value: IDCompositionVisual2) -> Self
fn from(value: IDCompositionVisual2) -> Self
Converts to this type from the input type.
§impl From<IDCompositionVisual2> for IUnknown
impl From<IDCompositionVisual2> for IUnknown
§fn from(value: IDCompositionVisual2) -> Self
fn from(value: IDCompositionVisual2) -> Self
Converts to this type from the input type.
§impl From<IDCompositionVisual3> for IDCompositionVisual2
impl From<IDCompositionVisual3> for IDCompositionVisual2
§fn from(value: IDCompositionVisual3) -> Self
fn from(value: IDCompositionVisual3) -> Self
Converts to this type from the input type.
§impl From<IDCompositionVisualDebug> for IDCompositionVisual2
impl From<IDCompositionVisualDebug> for IDCompositionVisual2
§fn from(value: IDCompositionVisualDebug) -> Self
fn from(value: IDCompositionVisualDebug) -> Self
Converts to this type from the input type.
§impl Interface for IDCompositionVisual2
impl Interface for IDCompositionVisual2
§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.
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for IDCompositionVisual2
impl PartialEq for IDCompositionVisual2
§fn eq(&self, other: &IDCompositionVisual2) -> bool
fn eq(&self, other: &IDCompositionVisual2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IDCompositionVisual2
impl StructuralPartialEq for IDCompositionVisual2
Auto Trait Implementations§
impl Freeze for IDCompositionVisual2
impl RefUnwindSafe for IDCompositionVisual2
impl !Send for IDCompositionVisual2
impl !Sync for IDCompositionVisual2
impl Unpin for IDCompositionVisual2
impl UnwindSafe for IDCompositionVisual2
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)