pub struct DefaultEffectStream { /* private fields */ }
Trait Implementations§
Source§impl Clone for DefaultEffectStream
impl Clone for DefaultEffectStream
Source§fn clone(&self) -> DefaultEffectStream
fn clone(&self) -> DefaultEffectStream
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 moreSource§impl EffectorStream for DefaultEffectStream
impl EffectorStream for DefaultEffectStream
fn next(&self) -> bool
fn push_effect(&mut self, eft: EffectKind) -> bool
Auto Trait Implementations§
impl Freeze for DefaultEffectStream
impl RefUnwindSafe for DefaultEffectStream
impl Send for DefaultEffectStream
impl Sync for DefaultEffectStream
impl Unpin for DefaultEffectStream
impl UnwindSafe for DefaultEffectStream
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