pub enum GlyphGradientSpread {
Pad,
Reflect,
Repeat,
}Variants§
Trait Implementations§
Source§impl Clone for GlyphGradientSpread
impl Clone for GlyphGradientSpread
Source§fn clone(&self) -> GlyphGradientSpread
fn clone(&self) -> GlyphGradientSpread
Returns a duplicate 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 Debug for GlyphGradientSpread
impl Debug for GlyphGradientSpread
Source§impl PartialEq for GlyphGradientSpread
impl PartialEq for GlyphGradientSpread
impl Copy for GlyphGradientSpread
impl Eq for GlyphGradientSpread
impl StructuralPartialEq for GlyphGradientSpread
Auto Trait Implementations§
impl Freeze for GlyphGradientSpread
impl RefUnwindSafe for GlyphGradientSpread
impl Send for GlyphGradientSpread
impl Sync for GlyphGradientSpread
impl Unpin for GlyphGradientSpread
impl UnsafeUnpin for GlyphGradientSpread
impl UnwindSafe for GlyphGradientSpread
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