pub enum PatternExtend {
None,
Repeat,
Reflect,
Pad,
}
Expand description
Specifies how the pattern is laid out
Variants§
None
None pattern extend
Repeat
Repeat pattern extend
Reflect
Reflect pattern extend
Pad
Pad pattern extend
Trait Implementations§
Source§impl Clone for PatternExtend
impl Clone for PatternExtend
Source§fn clone(&self) -> PatternExtend
fn clone(&self) -> PatternExtend
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 PatternExtend
impl Debug for PatternExtend
Source§impl Default for PatternExtend
impl Default for PatternExtend
impl Copy for PatternExtend
Auto Trait Implementations§
impl Freeze for PatternExtend
impl RefUnwindSafe for PatternExtend
impl Send for PatternExtend
impl Sync for PatternExtend
impl Unpin for PatternExtend
impl UnwindSafe for PatternExtend
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<Fr, To> IntoColor<To> for Frwhere
To: FromColor<Fr>,
impl<Fr, To> IntoColor<To> for Frwhere
To: FromColor<Fr>,
Source§fn into_color(self) -> To
fn into_color(self) -> To
Convert into color