Enum spirt::DataInstKind
source · pub enum DataInstKind {
FuncCall(Func),
QPtr(QPtrOp),
SpvInst(Inst),
SpvExtInst {
ext_set: InternedStr,
inst: u32,
},
}
Variants§
Trait Implementations§
source§impl Clone for DataInstKind
impl Clone for DataInstKind
source§fn clone(&self) -> DataInstKind
fn clone(&self) -> DataInstKind
Returns a copy 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 From<QPtrOp> for DataInstKind
impl From<QPtrOp> for DataInstKind
source§fn from(original: QPtrOp) -> DataInstKind
fn from(original: QPtrOp) -> DataInstKind
Converts to this type from the input type.
source§impl Hash for DataInstKind
impl Hash for DataInstKind
source§impl PartialEq for DataInstKind
impl PartialEq for DataInstKind
source§fn eq(&self, other: &DataInstKind) -> bool
fn eq(&self, other: &DataInstKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DataInstKind
impl StructuralPartialEq for DataInstKind
Auto Trait Implementations§
impl RefUnwindSafe for DataInstKind
impl Send for DataInstKind
impl Sync for DataInstKind
impl Unpin for DataInstKind
impl UnwindSafe for DataInstKind
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.