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