#[repr(u8)]pub enum AtomArrangementInstCode {
InitialFill = 0,
Fill = 1,
Move = 2,
}Expand description
AtomArrangement instruction codes.
Variants§
Trait Implementations§
Source§impl Clone for AtomArrangementInstCode
impl Clone for AtomArrangementInstCode
Source§fn clone(&self) -> AtomArrangementInstCode
fn clone(&self) -> AtomArrangementInstCode
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 AtomArrangementInstCode
impl Debug for AtomArrangementInstCode
Source§impl PartialEq for AtomArrangementInstCode
impl PartialEq for AtomArrangementInstCode
impl Copy for AtomArrangementInstCode
impl Eq for AtomArrangementInstCode
impl StructuralPartialEq for AtomArrangementInstCode
Auto Trait Implementations§
impl Freeze for AtomArrangementInstCode
impl RefUnwindSafe for AtomArrangementInstCode
impl Send for AtomArrangementInstCode
impl Sync for AtomArrangementInstCode
impl Unpin for AtomArrangementInstCode
impl UnwindSafe for AtomArrangementInstCode
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