pub struct AislingEffect { /* private fields */ }Expand description
A composable post-render effect that can be applied to any Scrin buffer area.
Implementations§
Source§impl AislingEffect
impl AislingEffect
Trait Implementations§
Source§impl Clone for AislingEffect
impl Clone for AislingEffect
Source§fn clone(&self) -> AislingEffect
fn clone(&self) -> AislingEffect
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 AislingEffect
Source§impl Debug for AislingEffect
impl Debug for AislingEffect
Source§impl Default for AislingEffect
impl Default for AislingEffect
impl Eq for AislingEffect
Source§impl PartialEq for AislingEffect
impl PartialEq for AislingEffect
Source§fn eq(&self, other: &AislingEffect) -> bool
fn eq(&self, other: &AislingEffect) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AislingEffect
Auto Trait Implementations§
impl Freeze for AislingEffect
impl RefUnwindSafe for AislingEffect
impl Send for AislingEffect
impl Sync for AislingEffect
impl Unpin for AislingEffect
impl UnsafeUnpin for AislingEffect
impl UnwindSafe for AislingEffect
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