pub enum ST_Border {
Show 21 variants
None,
Single,
Thick,
Double,
Dotted,
Dashed,
DotDash,
DotDotDash,
Triple,
ThinThickSmallGap,
ThickThinSmallGap,
ThinThickMediumGap,
ThickThinMediumGap,
ThinThickLargeGap,
ThickThinLargeGap,
Wave,
DoubleWave,
ThreeDEmboss,
ThreeDEngrave,
Outset,
Inset,
}Expand description
ST_Border — Border styles.
Variants§
None
Single
Thick
Double
Dotted
Dashed
DotDash
DotDotDash
Triple
ThinThickSmallGap
ThickThinSmallGap
ThinThickMediumGap
ThickThinMediumGap
ThinThickLargeGap
ThickThinLargeGap
Wave
DoubleWave
ThreeDEmboss
ThreeDEngrave
Outset
Inset
Implementations§
Trait Implementations§
impl Copy for ST_Border
impl Eq for ST_Border
impl StructuralPartialEq for ST_Border
Auto Trait Implementations§
impl Freeze for ST_Border
impl RefUnwindSafe for ST_Border
impl Send for ST_Border
impl Sync for ST_Border
impl Unpin for ST_Border
impl UnsafeUnpin for ST_Border
impl UnwindSafe for ST_Border
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