Struct CompositionEffectFactoryLoadStatus
#[repr(transparent)]pub struct CompositionEffectFactoryLoadStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl CompositionEffectFactoryLoadStatus
impl CompositionEffectFactoryLoadStatus
pub const Success: Self = _
pub const EffectTooComplex: Self = _
pub const Pending: Self = _
pub const Other: Self = _
Trait Implementations§
§impl Clone for CompositionEffectFactoryLoadStatus
impl Clone for CompositionEffectFactoryLoadStatus
§fn clone(&self) -> CompositionEffectFactoryLoadStatus
fn clone(&self) -> CompositionEffectFactoryLoadStatus
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 CompositionEffectFactoryLoadStatus
impl Debug for CompositionEffectFactoryLoadStatus
§impl Default for CompositionEffectFactoryLoadStatus
impl Default for CompositionEffectFactoryLoadStatus
§fn default() -> CompositionEffectFactoryLoadStatus
fn default() -> CompositionEffectFactoryLoadStatus
Returns the “default value” for a type. Read more
§impl PartialEq for CompositionEffectFactoryLoadStatus
impl PartialEq for CompositionEffectFactoryLoadStatus
§fn eq(&self, other: &CompositionEffectFactoryLoadStatus) -> bool
fn eq(&self, other: &CompositionEffectFactoryLoadStatus) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CompositionEffectFactoryLoadStatus
impl Eq for CompositionEffectFactoryLoadStatus
impl StructuralPartialEq for CompositionEffectFactoryLoadStatus
Auto Trait Implementations§
impl Freeze for CompositionEffectFactoryLoadStatus
impl RefUnwindSafe for CompositionEffectFactoryLoadStatus
impl Send for CompositionEffectFactoryLoadStatus
impl Sync for CompositionEffectFactoryLoadStatus
impl Unpin for CompositionEffectFactoryLoadStatus
impl UnwindSafe for CompositionEffectFactoryLoadStatus
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