Struct windows::Win32::Graphics::DirectComposition::IDCompositionVisual3
pub struct IDCompositionVisual3(/* private fields */);
Implementations§
§impl IDCompositionVisual3
impl IDCompositionVisual3
pub unsafe fn SetDepthMode(&self, mode: DCOMPOSITION_DEPTH_MODE) -> Result<()>
pub unsafe fn SetOffsetZ<P0>(&self, animation: P0) -> Result<()>where
P0: Param<IDCompositionAnimation>,
pub unsafe fn SetOffsetZ2(&self, offsetz: f32) -> Result<()>
pub unsafe fn SetOpacity<P0>(&self, animation: P0) -> Result<()>where
P0: Param<IDCompositionAnimation>,
pub unsafe fn SetOpacity2(&self, opacity: f32) -> Result<()>
pub unsafe fn SetTransform<P0>(&self, transform: P0) -> Result<()>where
P0: Param<IDCompositionTransform3D>,
pub unsafe fn SetTransform2( &self, matrix: *const D2D_MATRIX_4X4_F, ) -> Result<()>
pub unsafe fn SetVisible<P0>(&self, visible: P0) -> Result<()>where
P0: Param<BOOL>,
Methods from Deref<Target = IDCompositionVisualDebug>§
pub unsafe fn EnableHeatMap(&self, color: *const D2D1_COLOR_F) -> Result<()>
pub unsafe fn DisableHeatMap(&self) -> Result<()>
pub unsafe fn EnableRedrawRegions(&self) -> Result<()>
pub unsafe fn DisableRedrawRegions(&self) -> Result<()>
Methods from Deref<Target = 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 IDCompositionVisual3
impl CanInto<IDCompositionVisual> for IDCompositionVisual3
§impl CanInto<IDCompositionVisual2> for IDCompositionVisual3
impl CanInto<IDCompositionVisual2> for IDCompositionVisual3
§impl CanInto<IDCompositionVisualDebug> for IDCompositionVisual3
impl CanInto<IDCompositionVisualDebug> for IDCompositionVisual3
§impl CanInto<IUnknown> for IDCompositionVisual3
impl CanInto<IUnknown> for IDCompositionVisual3
§impl Clone for IDCompositionVisual3
impl Clone for IDCompositionVisual3
§fn clone(&self) -> IDCompositionVisual3
fn clone(&self) -> IDCompositionVisual3
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 IDCompositionVisual3
impl Debug for IDCompositionVisual3
§impl Deref for IDCompositionVisual3
impl Deref for IDCompositionVisual3
§impl From<&IDCompositionVisual3> for &IDCompositionVisual
impl From<&IDCompositionVisual3> for &IDCompositionVisual
§fn from(value: &IDCompositionVisual3) -> Self
fn from(value: &IDCompositionVisual3) -> 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<&IDCompositionVisual3> for &IDCompositionVisualDebug
impl From<&IDCompositionVisual3> for &IDCompositionVisualDebug
§fn from(value: &IDCompositionVisual3) -> Self
fn from(value: &IDCompositionVisual3) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionVisual3> for &IUnknown
impl From<&IDCompositionVisual3> for &IUnknown
§fn from(value: &IDCompositionVisual3) -> Self
fn from(value: &IDCompositionVisual3) -> Self
Converts to this type from the input type.
§impl From<IDCompositionVisual3> for IDCompositionVisual
impl From<IDCompositionVisual3> for IDCompositionVisual
§fn from(value: IDCompositionVisual3) -> Self
fn from(value: IDCompositionVisual3) -> 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<IDCompositionVisual3> for IDCompositionVisualDebug
impl From<IDCompositionVisual3> for IDCompositionVisualDebug
§fn from(value: IDCompositionVisual3) -> Self
fn from(value: IDCompositionVisual3) -> Self
Converts to this type from the input type.
§impl From<IDCompositionVisual3> for IUnknown
impl From<IDCompositionVisual3> for IUnknown
§fn from(value: IDCompositionVisual3) -> Self
fn from(value: IDCompositionVisual3) -> Self
Converts to this type from the input type.
§impl Interface for IDCompositionVisual3
impl Interface for IDCompositionVisual3
§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 IDCompositionVisual3
impl PartialEq for IDCompositionVisual3
§fn eq(&self, other: &IDCompositionVisual3) -> bool
fn eq(&self, other: &IDCompositionVisual3) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IDCompositionVisual3
impl StructuralPartialEq for IDCompositionVisual3
Auto Trait Implementations§
impl Freeze for IDCompositionVisual3
impl RefUnwindSafe for IDCompositionVisual3
impl !Send for IDCompositionVisual3
impl !Sync for IDCompositionVisual3
impl Unpin for IDCompositionVisual3
impl UnwindSafe for IDCompositionVisual3
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
)