pub struct EffectRegistry { /* private fields */ }Expand description
Named handles to pre-built effects so they can be referenced by string key.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EffectRegistry
impl RefUnwindSafe for EffectRegistry
impl Send for EffectRegistry
impl Sync for EffectRegistry
impl Unpin for EffectRegistry
impl UnsafeUnpin for EffectRegistry
impl UnwindSafe for EffectRegistry
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