Struct capstone_sys::ppc_op_crx
source · #[repr(C)]pub struct ppc_op_crx {
pub scale: c_uint,
pub reg: Type,
pub cond: ppc_bc,
}
Fields§
§scale: c_uint
§reg: Type
§cond: ppc_bc
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ppc_op_crx
impl Send for ppc_op_crx
impl Sync for ppc_op_crx
impl Unpin for ppc_op_crx
impl UnwindSafe for ppc_op_crx
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