Struct rspirv::sr::autogen_instructions::ExtInst
source · pub struct ExtInst {
pub set: Word,
pub instruction: u32,
pub operand_1_operand_2: Vec<Word>,
}
Fields§
§set: Word
§instruction: u32
§operand_1_operand_2: Vec<Word>
Trait Implementations§
source§impl PartialEq<ExtInst> for ExtInst
impl PartialEq<ExtInst> for ExtInst
impl Eq for ExtInst
impl StructuralEq for ExtInst
impl StructuralPartialEq for ExtInst
Auto Trait Implementations§
impl RefUnwindSafe for ExtInst
impl Send for ExtInst
impl Sync for ExtInst
impl Unpin for ExtInst
impl UnwindSafe for ExtInst
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