#[repr(C)]pub struct xed_operand_s {
pub _name: u8,
pub _operand_visibility: u8,
pub _rw: u8,
pub _oc2: u8,
pub _type: u8,
pub _xtype: u8,
pub _cvt_idx: u8,
pub _nt: u8,
pub _u: xed_operand_s__bindgen_ty_1,
}Expand description
@ingroup DEC Constant information about an individual generic operand, like an operand template, describing the operand properties. See @ref DEC for API information.
Fields§
§_name: u8§_operand_visibility: u8§_rw: u8§_oc2: u8§_type: u8§_xtype: u8§_cvt_idx: u8§_nt: u8§_u: xed_operand_s__bindgen_ty_1Trait Implementations§
Source§impl Clone for xed_operand_s
impl Clone for xed_operand_s
Source§fn clone(&self) -> xed_operand_s
fn clone(&self) -> xed_operand_s
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 moreimpl Copy for xed_operand_s
Auto Trait Implementations§
impl Freeze for xed_operand_s
impl RefUnwindSafe for xed_operand_s
impl Send for xed_operand_s
impl Sync for xed_operand_s
impl Unpin for xed_operand_s
impl UnwindSafe for xed_operand_s
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