pub enum LineCompound {
Simple,
Double,
ThickThin,
ThinThick,
Triple,
}Expand description
ST_CompoundLine — a stroke’s compound-line style.
Variants§
Simple
Double
ThickThin
"thickThin" — a thick line above a thin one.
ThinThick
"thinThick" — a thin line above a thick one.
Triple
Trait Implementations§
Source§impl Clone for LineCompound
impl Clone for LineCompound
Source§fn clone(&self) -> LineCompound
fn clone(&self) -> LineCompound
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LineCompound
Source§impl Debug for LineCompound
impl Debug for LineCompound
impl Eq for LineCompound
Source§impl PartialEq for LineCompound
impl PartialEq for LineCompound
impl StructuralPartialEq for LineCompound
Auto Trait Implementations§
impl Freeze for LineCompound
impl RefUnwindSafe for LineCompound
impl Send for LineCompound
impl Sync for LineCompound
impl Unpin for LineCompound
impl UnsafeUnpin for LineCompound
impl UnwindSafe for LineCompound
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.