#[repr(i16)]pub enum MultiLeaderPathType {
Invisible = 0,
StraightLineSegments = 1,
Spline = 2,
}Expand description
Path type for leader lines.
Variants§
Invisible = 0
Invisible leader lines.
StraightLineSegments = 1
Straight line segments (default).
Spline = 2
Spline curve.
Trait Implementations§
Source§impl Clone for MultiLeaderPathType
impl Clone for MultiLeaderPathType
Source§fn clone(&self) -> MultiLeaderPathType
fn clone(&self) -> MultiLeaderPathType
Returns a duplicate 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 MultiLeaderPathType
impl Debug for MultiLeaderPathType
Source§impl Default for MultiLeaderPathType
impl Default for MultiLeaderPathType
Source§fn default() -> MultiLeaderPathType
fn default() -> MultiLeaderPathType
Returns the “default value” for a type. Read more
Source§impl From<i16> for MultiLeaderPathType
impl From<i16> for MultiLeaderPathType
Source§impl PartialEq for MultiLeaderPathType
impl PartialEq for MultiLeaderPathType
impl Copy for MultiLeaderPathType
impl Eq for MultiLeaderPathType
impl StructuralPartialEq for MultiLeaderPathType
Auto Trait Implementations§
impl Freeze for MultiLeaderPathType
impl RefUnwindSafe for MultiLeaderPathType
impl Send for MultiLeaderPathType
impl Sync for MultiLeaderPathType
impl Unpin for MultiLeaderPathType
impl UnsafeUnpin for MultiLeaderPathType
impl UnwindSafe for MultiLeaderPathType
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.