pub enum ShdType {
Show 38 variants
Nil,
Clear,
Solid,
HorzStripe,
VertStripe,
ReverseDiagStripe,
DiagStripe,
HorzCross,
DiagCross,
ThinHorzStripe,
ThinVertStripe,
ThinReverseDiagStripe,
ThinDiagStripe,
ThinHorzCross,
ThinDiagCross,
Pct5,
Pct10,
Pct12,
Pct15,
Pct20,
Pct25,
Pct30,
Pct35,
Pct37,
Pct40,
Pct45,
Pct50,
Pct55,
Pct60,
Pct62,
Pct65,
Pct70,
Pct75,
Pct80,
Pct85,
Pct87,
Pct90,
Pct95,
}
Variants§
Nil
Clear
Solid
HorzStripe
VertStripe
ReverseDiagStripe
DiagStripe
HorzCross
DiagCross
ThinHorzStripe
ThinVertStripe
ThinReverseDiagStripe
ThinDiagStripe
ThinHorzCross
ThinDiagCross
Pct5
Pct10
Pct12
Pct15
Pct20
Pct25
Pct30
Pct35
Pct37
Pct40
Pct45
Pct50
Pct55
Pct60
Pct62
Pct65
Pct70
Pct75
Pct80
Pct85
Pct87
Pct90
Pct95
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ShdType
impl<'de> Deserialize<'de> for ShdType
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
impl Copy for ShdType
impl StructuralPartialEq for ShdType
Auto Trait Implementations§
impl Freeze for ShdType
impl RefUnwindSafe for ShdType
impl Send for ShdType
impl Sync for ShdType
impl Unpin for ShdType
impl UnwindSafe for ShdType
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