pub enum SoftElementKind {
Distance = 0,
Area = 1,
Bend = 2,
Volume = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SoftElementKind
impl Clone for SoftElementKind
Source§fn clone(&self) -> SoftElementKind
fn clone(&self) -> SoftElementKind
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 SoftElementKind
Source§impl Debug for SoftElementKind
impl Debug for SoftElementKind
impl Eq for SoftElementKind
Source§impl PartialEq for SoftElementKind
impl PartialEq for SoftElementKind
impl StructuralPartialEq for SoftElementKind
Auto Trait Implementations§
impl Freeze for SoftElementKind
impl RefUnwindSafe for SoftElementKind
impl Send for SoftElementKind
impl Sync for SoftElementKind
impl Unpin for SoftElementKind
impl UnsafeUnpin for SoftElementKind
impl UnwindSafe for SoftElementKind
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