pub enum ColorAttachmentPoint {
TopLeft,
TopCenter,
TopRight,
CenterLeft,
CenterCenter,
CenterRight,
BottomLeft,
BottomCenter,
BottomRight,
}Expand description
Attachment point used by gradient positioning.
Variants§
Trait Implementations§
Source§impl Clone for ColorAttachmentPoint
impl Clone for ColorAttachmentPoint
Source§fn clone(&self) -> ColorAttachmentPoint
fn clone(&self) -> ColorAttachmentPoint
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 ColorAttachmentPoint
Source§impl Debug for ColorAttachmentPoint
impl Debug for ColorAttachmentPoint
Source§impl PartialEq for ColorAttachmentPoint
impl PartialEq for ColorAttachmentPoint
impl StructuralPartialEq for ColorAttachmentPoint
Auto Trait Implementations§
impl Freeze for ColorAttachmentPoint
impl RefUnwindSafe for ColorAttachmentPoint
impl Send for ColorAttachmentPoint
impl Sync for ColorAttachmentPoint
impl Unpin for ColorAttachmentPoint
impl UnsafeUnpin for ColorAttachmentPoint
impl UnwindSafe for ColorAttachmentPoint
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.