Enum docx_rust::formatting::ShadingStyle
source · [−]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
sourceimpl Clone for ShadingStyle
impl Clone for ShadingStyle
sourcefn clone(&self) -> ShadingStyle
fn clone(&self) -> ShadingStyle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ShadingStyle
impl Debug for ShadingStyle
sourceimpl Default for ShadingStyle
impl Default for ShadingStyle
sourcefn default() -> ShadingStyle
fn default() -> ShadingStyle
Returns the “default value” for a type. Read more
sourceimpl Display for ShadingStyle
impl Display for ShadingStyle
Auto Trait Implementations
impl RefUnwindSafe for ShadingStyle
impl Send for ShadingStyle
impl Sync for ShadingStyle
impl Unpin for ShadingStyle
impl UnwindSafe for ShadingStyle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more