pub struct LayeredColor {
pub layers: Vec<ColorLayer>,
}Expand description
Stack of paints drawn in order.
Fields§
§layers: Vec<ColorLayer>Layers rendered in declaration order.
Trait Implementations§
Source§impl Clone for LayeredColor
impl Clone for LayeredColor
Source§fn clone(&self) -> LayeredColor
fn clone(&self) -> LayeredColor
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 moreSource§impl Debug for LayeredColor
impl Debug for LayeredColor
Source§impl PartialEq for LayeredColor
impl PartialEq for LayeredColor
impl StructuralPartialEq for LayeredColor
Auto Trait Implementations§
impl Freeze for LayeredColor
impl RefUnwindSafe for LayeredColor
impl Send for LayeredColor
impl Sync for LayeredColor
impl Unpin for LayeredColor
impl UnsafeUnpin for LayeredColor
impl UnwindSafe for LayeredColor
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<H, TailTarget, Source, Idx> Embed<RenderTList<H, TailTarget>, There<Idx>> for Sourcewhere
TailTarget: IsRenderList,
Source: Embed<TailTarget, Idx>,
impl<H, TailTarget, Source, Idx> Embed<RenderTList<H, TailTarget>, There<Idx>> for Sourcewhere
TailTarget: IsRenderList,
Source: Embed<TailTarget, Idx>,
Source§fn embed(self) -> RenderTList<H, TailTarget>
fn embed(self) -> RenderTList<H, TailTarget>
Converts
self into Target.