Struct windows::Win32::Graphics::DirectComposition::IDCompositionEffect
pub struct IDCompositionEffect(/* private fields */);
Trait Implementations§
§impl CanInto<IDCompositionEffect> for IDCompositionAffineTransform2DEffect
impl CanInto<IDCompositionEffect> for IDCompositionAffineTransform2DEffect
§impl CanInto<IDCompositionEffect> for IDCompositionArithmeticCompositeEffect
impl CanInto<IDCompositionEffect> for IDCompositionArithmeticCompositeEffect
§impl CanInto<IDCompositionEffect> for IDCompositionBlendEffect
impl CanInto<IDCompositionEffect> for IDCompositionBlendEffect
§impl CanInto<IDCompositionEffect> for IDCompositionBrightnessEffect
impl CanInto<IDCompositionEffect> for IDCompositionBrightnessEffect
§impl CanInto<IDCompositionEffect> for IDCompositionColorMatrixEffect
impl CanInto<IDCompositionEffect> for IDCompositionColorMatrixEffect
§impl CanInto<IDCompositionEffect> for IDCompositionCompositeEffect
impl CanInto<IDCompositionEffect> for IDCompositionCompositeEffect
§impl CanInto<IDCompositionEffect> for IDCompositionEffectGroup
impl CanInto<IDCompositionEffect> for IDCompositionEffectGroup
§impl CanInto<IDCompositionEffect> for IDCompositionFilterEffect
impl CanInto<IDCompositionEffect> for IDCompositionFilterEffect
§impl CanInto<IDCompositionEffect> for IDCompositionGaussianBlurEffect
impl CanInto<IDCompositionEffect> for IDCompositionGaussianBlurEffect
§impl CanInto<IDCompositionEffect> for IDCompositionHueRotationEffect
impl CanInto<IDCompositionEffect> for IDCompositionHueRotationEffect
§impl CanInto<IDCompositionEffect> for IDCompositionLinearTransferEffect
impl CanInto<IDCompositionEffect> for IDCompositionLinearTransferEffect
§impl CanInto<IDCompositionEffect> for IDCompositionMatrixTransform
impl CanInto<IDCompositionEffect> for IDCompositionMatrixTransform
§impl CanInto<IDCompositionEffect> for IDCompositionMatrixTransform3D
impl CanInto<IDCompositionEffect> for IDCompositionMatrixTransform3D
§impl CanInto<IDCompositionEffect> for IDCompositionRotateTransform
impl CanInto<IDCompositionEffect> for IDCompositionRotateTransform
§impl CanInto<IDCompositionEffect> for IDCompositionRotateTransform3D
impl CanInto<IDCompositionEffect> for IDCompositionRotateTransform3D
§impl CanInto<IDCompositionEffect> for IDCompositionSaturationEffect
impl CanInto<IDCompositionEffect> for IDCompositionSaturationEffect
§impl CanInto<IDCompositionEffect> for IDCompositionScaleTransform
impl CanInto<IDCompositionEffect> for IDCompositionScaleTransform
§impl CanInto<IDCompositionEffect> for IDCompositionScaleTransform3D
impl CanInto<IDCompositionEffect> for IDCompositionScaleTransform3D
§impl CanInto<IDCompositionEffect> for IDCompositionShadowEffect
impl CanInto<IDCompositionEffect> for IDCompositionShadowEffect
§impl CanInto<IDCompositionEffect> for IDCompositionSkewTransform
impl CanInto<IDCompositionEffect> for IDCompositionSkewTransform
§impl CanInto<IDCompositionEffect> for IDCompositionTableTransferEffect
impl CanInto<IDCompositionEffect> for IDCompositionTableTransferEffect
§impl CanInto<IDCompositionEffect> for IDCompositionTransform
impl CanInto<IDCompositionEffect> for IDCompositionTransform
§impl CanInto<IDCompositionEffect> for IDCompositionTransform3D
impl CanInto<IDCompositionEffect> for IDCompositionTransform3D
§impl CanInto<IDCompositionEffect> for IDCompositionTranslateTransform
impl CanInto<IDCompositionEffect> for IDCompositionTranslateTransform
§impl CanInto<IDCompositionEffect> for IDCompositionTranslateTransform3D
impl CanInto<IDCompositionEffect> for IDCompositionTranslateTransform3D
§impl CanInto<IDCompositionEffect> for IDCompositionTurbulenceEffect
impl CanInto<IDCompositionEffect> for IDCompositionTurbulenceEffect
§impl CanInto<IUnknown> for IDCompositionEffect
impl CanInto<IUnknown> for IDCompositionEffect
§impl Clone for IDCompositionEffect
impl Clone for IDCompositionEffect
§fn clone(&self) -> IDCompositionEffect
fn clone(&self) -> IDCompositionEffect
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 IDCompositionEffect
impl Debug for IDCompositionEffect
§impl Deref for IDCompositionEffect
impl Deref for IDCompositionEffect
§impl From<&IDCompositionAffineTransform2DEffect> for &IDCompositionEffect
impl From<&IDCompositionAffineTransform2DEffect> for &IDCompositionEffect
§fn from(value: &IDCompositionAffineTransform2DEffect) -> Self
fn from(value: &IDCompositionAffineTransform2DEffect) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionArithmeticCompositeEffect> for &IDCompositionEffect
impl From<&IDCompositionArithmeticCompositeEffect> for &IDCompositionEffect
§fn from(value: &IDCompositionArithmeticCompositeEffect) -> Self
fn from(value: &IDCompositionArithmeticCompositeEffect) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionBlendEffect> for &IDCompositionEffect
impl From<&IDCompositionBlendEffect> for &IDCompositionEffect
§fn from(value: &IDCompositionBlendEffect) -> Self
fn from(value: &IDCompositionBlendEffect) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionBrightnessEffect> for &IDCompositionEffect
impl From<&IDCompositionBrightnessEffect> for &IDCompositionEffect
§fn from(value: &IDCompositionBrightnessEffect) -> Self
fn from(value: &IDCompositionBrightnessEffect) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionColorMatrixEffect> for &IDCompositionEffect
impl From<&IDCompositionColorMatrixEffect> for &IDCompositionEffect
§fn from(value: &IDCompositionColorMatrixEffect) -> Self
fn from(value: &IDCompositionColorMatrixEffect) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionCompositeEffect> for &IDCompositionEffect
impl From<&IDCompositionCompositeEffect> for &IDCompositionEffect
§fn from(value: &IDCompositionCompositeEffect) -> Self
fn from(value: &IDCompositionCompositeEffect) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionEffect> for &IUnknown
impl From<&IDCompositionEffect> for &IUnknown
§fn from(value: &IDCompositionEffect) -> Self
fn from(value: &IDCompositionEffect) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionEffectGroup> for &IDCompositionEffect
impl From<&IDCompositionEffectGroup> for &IDCompositionEffect
§fn from(value: &IDCompositionEffectGroup) -> Self
fn from(value: &IDCompositionEffectGroup) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionFilterEffect> for &IDCompositionEffect
impl From<&IDCompositionFilterEffect> for &IDCompositionEffect
§fn from(value: &IDCompositionFilterEffect) -> Self
fn from(value: &IDCompositionFilterEffect) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionGaussianBlurEffect> for &IDCompositionEffect
impl From<&IDCompositionGaussianBlurEffect> for &IDCompositionEffect
§fn from(value: &IDCompositionGaussianBlurEffect) -> Self
fn from(value: &IDCompositionGaussianBlurEffect) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionHueRotationEffect> for &IDCompositionEffect
impl From<&IDCompositionHueRotationEffect> for &IDCompositionEffect
§fn from(value: &IDCompositionHueRotationEffect) -> Self
fn from(value: &IDCompositionHueRotationEffect) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionLinearTransferEffect> for &IDCompositionEffect
impl From<&IDCompositionLinearTransferEffect> for &IDCompositionEffect
§fn from(value: &IDCompositionLinearTransferEffect) -> Self
fn from(value: &IDCompositionLinearTransferEffect) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionMatrixTransform> for &IDCompositionEffect
impl From<&IDCompositionMatrixTransform> for &IDCompositionEffect
§fn from(value: &IDCompositionMatrixTransform) -> Self
fn from(value: &IDCompositionMatrixTransform) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionMatrixTransform3D> for &IDCompositionEffect
impl From<&IDCompositionMatrixTransform3D> for &IDCompositionEffect
§fn from(value: &IDCompositionMatrixTransform3D) -> Self
fn from(value: &IDCompositionMatrixTransform3D) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionRotateTransform> for &IDCompositionEffect
impl From<&IDCompositionRotateTransform> for &IDCompositionEffect
§fn from(value: &IDCompositionRotateTransform) -> Self
fn from(value: &IDCompositionRotateTransform) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionRotateTransform3D> for &IDCompositionEffect
impl From<&IDCompositionRotateTransform3D> for &IDCompositionEffect
§fn from(value: &IDCompositionRotateTransform3D) -> Self
fn from(value: &IDCompositionRotateTransform3D) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionSaturationEffect> for &IDCompositionEffect
impl From<&IDCompositionSaturationEffect> for &IDCompositionEffect
§fn from(value: &IDCompositionSaturationEffect) -> Self
fn from(value: &IDCompositionSaturationEffect) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionScaleTransform> for &IDCompositionEffect
impl From<&IDCompositionScaleTransform> for &IDCompositionEffect
§fn from(value: &IDCompositionScaleTransform) -> Self
fn from(value: &IDCompositionScaleTransform) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionScaleTransform3D> for &IDCompositionEffect
impl From<&IDCompositionScaleTransform3D> for &IDCompositionEffect
§fn from(value: &IDCompositionScaleTransform3D) -> Self
fn from(value: &IDCompositionScaleTransform3D) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionShadowEffect> for &IDCompositionEffect
impl From<&IDCompositionShadowEffect> for &IDCompositionEffect
§fn from(value: &IDCompositionShadowEffect) -> Self
fn from(value: &IDCompositionShadowEffect) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionSkewTransform> for &IDCompositionEffect
impl From<&IDCompositionSkewTransform> for &IDCompositionEffect
§fn from(value: &IDCompositionSkewTransform) -> Self
fn from(value: &IDCompositionSkewTransform) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionTableTransferEffect> for &IDCompositionEffect
impl From<&IDCompositionTableTransferEffect> for &IDCompositionEffect
§fn from(value: &IDCompositionTableTransferEffect) -> Self
fn from(value: &IDCompositionTableTransferEffect) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionTransform> for &IDCompositionEffect
impl From<&IDCompositionTransform> for &IDCompositionEffect
§fn from(value: &IDCompositionTransform) -> Self
fn from(value: &IDCompositionTransform) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionTransform3D> for &IDCompositionEffect
impl From<&IDCompositionTransform3D> for &IDCompositionEffect
§fn from(value: &IDCompositionTransform3D) -> Self
fn from(value: &IDCompositionTransform3D) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionTranslateTransform> for &IDCompositionEffect
impl From<&IDCompositionTranslateTransform> for &IDCompositionEffect
§fn from(value: &IDCompositionTranslateTransform) -> Self
fn from(value: &IDCompositionTranslateTransform) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionTranslateTransform3D> for &IDCompositionEffect
impl From<&IDCompositionTranslateTransform3D> for &IDCompositionEffect
§fn from(value: &IDCompositionTranslateTransform3D) -> Self
fn from(value: &IDCompositionTranslateTransform3D) -> Self
Converts to this type from the input type.
§impl From<&IDCompositionTurbulenceEffect> for &IDCompositionEffect
impl From<&IDCompositionTurbulenceEffect> for &IDCompositionEffect
§fn from(value: &IDCompositionTurbulenceEffect) -> Self
fn from(value: &IDCompositionTurbulenceEffect) -> Self
Converts to this type from the input type.
§impl From<IDCompositionAffineTransform2DEffect> for IDCompositionEffect
impl From<IDCompositionAffineTransform2DEffect> for IDCompositionEffect
§fn from(value: IDCompositionAffineTransform2DEffect) -> Self
fn from(value: IDCompositionAffineTransform2DEffect) -> Self
Converts to this type from the input type.
§impl From<IDCompositionArithmeticCompositeEffect> for IDCompositionEffect
impl From<IDCompositionArithmeticCompositeEffect> for IDCompositionEffect
§fn from(value: IDCompositionArithmeticCompositeEffect) -> Self
fn from(value: IDCompositionArithmeticCompositeEffect) -> Self
Converts to this type from the input type.
§impl From<IDCompositionBlendEffect> for IDCompositionEffect
impl From<IDCompositionBlendEffect> for IDCompositionEffect
§fn from(value: IDCompositionBlendEffect) -> Self
fn from(value: IDCompositionBlendEffect) -> Self
Converts to this type from the input type.
§impl From<IDCompositionBrightnessEffect> for IDCompositionEffect
impl From<IDCompositionBrightnessEffect> for IDCompositionEffect
§fn from(value: IDCompositionBrightnessEffect) -> Self
fn from(value: IDCompositionBrightnessEffect) -> Self
Converts to this type from the input type.
§impl From<IDCompositionColorMatrixEffect> for IDCompositionEffect
impl From<IDCompositionColorMatrixEffect> for IDCompositionEffect
§fn from(value: IDCompositionColorMatrixEffect) -> Self
fn from(value: IDCompositionColorMatrixEffect) -> Self
Converts to this type from the input type.
§impl From<IDCompositionCompositeEffect> for IDCompositionEffect
impl From<IDCompositionCompositeEffect> for IDCompositionEffect
§fn from(value: IDCompositionCompositeEffect) -> Self
fn from(value: IDCompositionCompositeEffect) -> Self
Converts to this type from the input type.
§impl From<IDCompositionEffect> for IUnknown
impl From<IDCompositionEffect> for IUnknown
§fn from(value: IDCompositionEffect) -> Self
fn from(value: IDCompositionEffect) -> Self
Converts to this type from the input type.
§impl From<IDCompositionEffectGroup> for IDCompositionEffect
impl From<IDCompositionEffectGroup> for IDCompositionEffect
§fn from(value: IDCompositionEffectGroup) -> Self
fn from(value: IDCompositionEffectGroup) -> Self
Converts to this type from the input type.
§impl From<IDCompositionFilterEffect> for IDCompositionEffect
impl From<IDCompositionFilterEffect> for IDCompositionEffect
§fn from(value: IDCompositionFilterEffect) -> Self
fn from(value: IDCompositionFilterEffect) -> Self
Converts to this type from the input type.
§impl From<IDCompositionGaussianBlurEffect> for IDCompositionEffect
impl From<IDCompositionGaussianBlurEffect> for IDCompositionEffect
§fn from(value: IDCompositionGaussianBlurEffect) -> Self
fn from(value: IDCompositionGaussianBlurEffect) -> Self
Converts to this type from the input type.
§impl From<IDCompositionHueRotationEffect> for IDCompositionEffect
impl From<IDCompositionHueRotationEffect> for IDCompositionEffect
§fn from(value: IDCompositionHueRotationEffect) -> Self
fn from(value: IDCompositionHueRotationEffect) -> Self
Converts to this type from the input type.
§impl From<IDCompositionLinearTransferEffect> for IDCompositionEffect
impl From<IDCompositionLinearTransferEffect> for IDCompositionEffect
§fn from(value: IDCompositionLinearTransferEffect) -> Self
fn from(value: IDCompositionLinearTransferEffect) -> Self
Converts to this type from the input type.
§impl From<IDCompositionMatrixTransform> for IDCompositionEffect
impl From<IDCompositionMatrixTransform> for IDCompositionEffect
§fn from(value: IDCompositionMatrixTransform) -> Self
fn from(value: IDCompositionMatrixTransform) -> Self
Converts to this type from the input type.
§impl From<IDCompositionMatrixTransform3D> for IDCompositionEffect
impl From<IDCompositionMatrixTransform3D> for IDCompositionEffect
§fn from(value: IDCompositionMatrixTransform3D) -> Self
fn from(value: IDCompositionMatrixTransform3D) -> Self
Converts to this type from the input type.
§impl From<IDCompositionRotateTransform> for IDCompositionEffect
impl From<IDCompositionRotateTransform> for IDCompositionEffect
§fn from(value: IDCompositionRotateTransform) -> Self
fn from(value: IDCompositionRotateTransform) -> Self
Converts to this type from the input type.
§impl From<IDCompositionRotateTransform3D> for IDCompositionEffect
impl From<IDCompositionRotateTransform3D> for IDCompositionEffect
§fn from(value: IDCompositionRotateTransform3D) -> Self
fn from(value: IDCompositionRotateTransform3D) -> Self
Converts to this type from the input type.
§impl From<IDCompositionSaturationEffect> for IDCompositionEffect
impl From<IDCompositionSaturationEffect> for IDCompositionEffect
§fn from(value: IDCompositionSaturationEffect) -> Self
fn from(value: IDCompositionSaturationEffect) -> Self
Converts to this type from the input type.
§impl From<IDCompositionScaleTransform> for IDCompositionEffect
impl From<IDCompositionScaleTransform> for IDCompositionEffect
§fn from(value: IDCompositionScaleTransform) -> Self
fn from(value: IDCompositionScaleTransform) -> Self
Converts to this type from the input type.
§impl From<IDCompositionScaleTransform3D> for IDCompositionEffect
impl From<IDCompositionScaleTransform3D> for IDCompositionEffect
§fn from(value: IDCompositionScaleTransform3D) -> Self
fn from(value: IDCompositionScaleTransform3D) -> Self
Converts to this type from the input type.
§impl From<IDCompositionShadowEffect> for IDCompositionEffect
impl From<IDCompositionShadowEffect> for IDCompositionEffect
§fn from(value: IDCompositionShadowEffect) -> Self
fn from(value: IDCompositionShadowEffect) -> Self
Converts to this type from the input type.
§impl From<IDCompositionSkewTransform> for IDCompositionEffect
impl From<IDCompositionSkewTransform> for IDCompositionEffect
§fn from(value: IDCompositionSkewTransform) -> Self
fn from(value: IDCompositionSkewTransform) -> Self
Converts to this type from the input type.
§impl From<IDCompositionTableTransferEffect> for IDCompositionEffect
impl From<IDCompositionTableTransferEffect> for IDCompositionEffect
§fn from(value: IDCompositionTableTransferEffect) -> Self
fn from(value: IDCompositionTableTransferEffect) -> Self
Converts to this type from the input type.
§impl From<IDCompositionTransform> for IDCompositionEffect
impl From<IDCompositionTransform> for IDCompositionEffect
§fn from(value: IDCompositionTransform) -> Self
fn from(value: IDCompositionTransform) -> Self
Converts to this type from the input type.
§impl From<IDCompositionTransform3D> for IDCompositionEffect
impl From<IDCompositionTransform3D> for IDCompositionEffect
§fn from(value: IDCompositionTransform3D) -> Self
fn from(value: IDCompositionTransform3D) -> Self
Converts to this type from the input type.
§impl From<IDCompositionTranslateTransform> for IDCompositionEffect
impl From<IDCompositionTranslateTransform> for IDCompositionEffect
§fn from(value: IDCompositionTranslateTransform) -> Self
fn from(value: IDCompositionTranslateTransform) -> Self
Converts to this type from the input type.
§impl From<IDCompositionTranslateTransform3D> for IDCompositionEffect
impl From<IDCompositionTranslateTransform3D> for IDCompositionEffect
§fn from(value: IDCompositionTranslateTransform3D) -> Self
fn from(value: IDCompositionTranslateTransform3D) -> Self
Converts to this type from the input type.
§impl From<IDCompositionTurbulenceEffect> for IDCompositionEffect
impl From<IDCompositionTurbulenceEffect> for IDCompositionEffect
§fn from(value: IDCompositionTurbulenceEffect) -> Self
fn from(value: IDCompositionTurbulenceEffect) -> Self
Converts to this type from the input type.
§impl Interface for IDCompositionEffect
impl Interface for IDCompositionEffect
§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 IDCompositionEffect
impl PartialEq for IDCompositionEffect
§fn eq(&self, other: &IDCompositionEffect) -> bool
fn eq(&self, other: &IDCompositionEffect) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IDCompositionEffect
impl StructuralPartialEq for IDCompositionEffect
Auto Trait Implementations§
impl Freeze for IDCompositionEffect
impl RefUnwindSafe for IDCompositionEffect
impl !Send for IDCompositionEffect
impl !Sync for IDCompositionEffect
impl Unpin for IDCompositionEffect
impl UnwindSafe for IDCompositionEffect
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
)