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§
impl Eq for ExtInst
impl StructuralPartialEq for ExtInst
Auto Trait Implementations§
impl Freeze for ExtInst
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