pub struct EffectHandle { /* private fields */ }Implementations§
Source§impl EffectHandle
impl EffectHandle
Trait Implementations§
Source§impl Clone for EffectHandle
impl Clone for EffectHandle
Source§fn clone(&self) -> EffectHandle
fn clone(&self) -> EffectHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EffectHandle
Source§impl Debug for EffectHandle
impl Debug for EffectHandle
impl Eq for EffectHandle
Source§impl PartialEq for EffectHandle
impl PartialEq for EffectHandle
Source§fn eq(&self, other: &EffectHandle) -> bool
fn eq(&self, other: &EffectHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EffectHandle
Auto Trait Implementations§
impl !Send for EffectHandle
impl !Sync for EffectHandle
impl Freeze for EffectHandle
impl RefUnwindSafe for EffectHandle
impl Unpin for EffectHandle
impl UnsafeUnpin for EffectHandle
impl UnwindSafe for EffectHandle
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