pub enum InstElementType {
None = 0,
B = 1,
H = 2,
S = 3,
D = 4,
_2H = 6,
_4B = 5,
}Variants§
Trait Implementations§
Source§impl Clone for InstElementType
impl Clone for InstElementType
Source§fn clone(&self) -> InstElementType
fn clone(&self) -> InstElementType
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 InstElementType
impl Debug for InstElementType
Source§impl PartialEq for InstElementType
impl PartialEq for InstElementType
impl Copy for InstElementType
impl Eq for InstElementType
impl StructuralPartialEq for InstElementType
Auto Trait Implementations§
impl Freeze for InstElementType
impl RefUnwindSafe for InstElementType
impl Send for InstElementType
impl Sync for InstElementType
impl Unpin for InstElementType
impl UnsafeUnpin for InstElementType
impl UnwindSafe for InstElementType
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