#[repr(i16)]pub enum LeaderContentType {
None = 0,
Block = 1,
MText = 2,
Tolerance = 3,
}Expand description
Content type for multileader.
Variants§
None = 0
No content.
Block = 1
Block content.
MText = 2
MText content (default).
Tolerance = 3
Tolerance content.
Trait Implementations§
Source§impl Clone for LeaderContentType
impl Clone for LeaderContentType
Source§fn clone(&self) -> LeaderContentType
fn clone(&self) -> LeaderContentType
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 LeaderContentType
impl Debug for LeaderContentType
Source§impl Default for LeaderContentType
impl Default for LeaderContentType
Source§fn default() -> LeaderContentType
fn default() -> LeaderContentType
Returns the “default value” for a type. Read more
Source§impl From<i16> for LeaderContentType
impl From<i16> for LeaderContentType
Source§impl PartialEq for LeaderContentType
impl PartialEq for LeaderContentType
impl Copy for LeaderContentType
impl Eq for LeaderContentType
impl StructuralPartialEq for LeaderContentType
Auto Trait Implementations§
impl Freeze for LeaderContentType
impl RefUnwindSafe for LeaderContentType
impl Send for LeaderContentType
impl Sync for LeaderContentType
impl Unpin for LeaderContentType
impl UnsafeUnpin for LeaderContentType
impl UnwindSafe for LeaderContentType
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.