#[repr(C)]pub struct cs_tricore {
pub op_count: u8,
pub operands: [cs_tricore_op; 8],
pub update_flags: bool,
}Expand description
Instruction structure
Fields§
§op_count: u8< number of operands of this instruction.
operands: [cs_tricore_op; 8]< operands for this instruction.
update_flags: bool< whether the flags register is updated.
Trait Implementations§
Source§impl Clone for cs_tricore
impl Clone for cs_tricore
Source§fn clone(&self) -> cs_tricore
fn clone(&self) -> cs_tricore
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 cs_tricore
impl Debug for cs_tricore
impl Copy for cs_tricore
Auto Trait Implementations§
impl Freeze for cs_tricore
impl RefUnwindSafe for cs_tricore
impl Send for cs_tricore
impl Sync for cs_tricore
impl Unpin for cs_tricore
impl UnwindSafe for cs_tricore
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