pub enum ShadingStyle {
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 Clone for ShadingStyle
impl Clone for ShadingStyle
Source§fn clone(&self) -> ShadingStyle
fn clone(&self) -> ShadingStyle
Returns a copy 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 ShadingStyle
impl Debug for ShadingStyle
Source§impl Default for ShadingStyle
impl Default for ShadingStyle
Source§fn default() -> ShadingStyle
fn default() -> ShadingStyle
Returns the “default value” for a type. Read more
Source§impl Display for ShadingStyle
impl Display for ShadingStyle
Auto Trait Implementations§
impl Freeze for ShadingStyle
impl RefUnwindSafe for ShadingStyle
impl Send for ShadingStyle
impl Sync for ShadingStyle
impl Unpin for ShadingStyle
impl UnwindSafe for ShadingStyle
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