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