Struct rabbitizer::InstrDescriptor
source · #[repr(C)]pub struct InstrDescriptor { /* private fields */ }Implementations§
source§impl InstrDescriptor
impl InstrDescriptor
pub fn get_operand_type(&self, index: usize) -> OperandType
pub fn operands_slice(&self) -> &[OperandType]
Trait Implementations§
source§impl Clone for InstrDescriptor
impl Clone for InstrDescriptor
source§fn clone(&self) -> InstrDescriptor
fn clone(&self) -> InstrDescriptor
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 more