pub enum STPresetPatternVal {
Show 54 variants
Pct5,
Pct10,
Pct20,
Pct25,
Pct30,
Pct40,
Pct50,
Pct60,
Pct70,
Pct75,
Pct80,
Pct90,
Horz,
Vert,
LtHorz,
LtVert,
DkHorz,
DkVert,
NarHorz,
NarVert,
DashHorz,
DashVert,
Cross,
DnDiag,
UpDiag,
LtDnDiag,
LtUpDiag,
DkDnDiag,
DkUpDiag,
WdDnDiag,
WdUpDiag,
DashDnDiag,
DashUpDiag,
DiagCross,
SmCheck,
LgCheck,
SmGrid,
LgGrid,
DotGrid,
SmConfetti,
LgConfetti,
HorzBrick,
DiagBrick,
SolidDmnd,
OpenDmnd,
DotDmnd,
Plaid,
Sphere,
Weave,
Divot,
Shingle,
Wave,
Trellis,
ZigZag,
}Variants§
Pct5
Pct10
Pct20
Pct25
Pct30
Pct40
Pct50
Pct60
Pct70
Pct75
Pct80
Pct90
Horz
Vert
LtHorz
LtVert
DkHorz
DkVert
NarHorz
NarVert
DashHorz
DashVert
Cross
DnDiag
UpDiag
LtDnDiag
LtUpDiag
DkDnDiag
DkUpDiag
WdDnDiag
WdUpDiag
DashDnDiag
DashUpDiag
DiagCross
SmCheck
LgCheck
SmGrid
LgGrid
DotGrid
SmConfetti
LgConfetti
HorzBrick
DiagBrick
SolidDmnd
OpenDmnd
DotDmnd
Plaid
Sphere
Weave
Divot
Shingle
Wave
Trellis
ZigZag
Trait Implementations§
Source§impl Clone for STPresetPatternVal
impl Clone for STPresetPatternVal
Source§fn clone(&self) -> STPresetPatternVal
fn clone(&self) -> STPresetPatternVal
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 STPresetPatternVal
impl Debug for STPresetPatternVal
Source§impl<'de> Deserialize<'de> for STPresetPatternVal
impl<'de> Deserialize<'de> for STPresetPatternVal
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for STPresetPatternVal
impl Display for STPresetPatternVal
Source§impl FromStr for STPresetPatternVal
impl FromStr for STPresetPatternVal
Source§impl PartialEq for STPresetPatternVal
impl PartialEq for STPresetPatternVal
Source§impl Serialize for STPresetPatternVal
impl Serialize for STPresetPatternVal
impl Copy for STPresetPatternVal
impl Eq for STPresetPatternVal
impl StructuralPartialEq for STPresetPatternVal
Auto Trait Implementations§
impl Freeze for STPresetPatternVal
impl RefUnwindSafe for STPresetPatternVal
impl Send for STPresetPatternVal
impl Sync for STPresetPatternVal
impl Unpin for STPresetPatternVal
impl UnsafeUnpin for STPresetPatternVal
impl UnwindSafe for STPresetPatternVal
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