#[repr(C)]pub struct xed_encoder_operand_t {
pub type_: xed_encoder_operand_type_t,
pub u: xed_encoder_operand_t__bindgen_ty_1,
pub width_bits: u32,
}Fields§
§type_: xed_encoder_operand_type_t§u: xed_encoder_operand_t__bindgen_ty_1§width_bits: u32Trait Implementations§
Source§impl Clone for xed_encoder_operand_t
impl Clone for xed_encoder_operand_t
Source§fn clone(&self) -> xed_encoder_operand_t
fn clone(&self) -> xed_encoder_operand_t
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_encoder_operand_t
Auto Trait Implementations§
impl Freeze for xed_encoder_operand_t
impl RefUnwindSafe for xed_encoder_operand_t
impl Send for xed_encoder_operand_t
impl Sync for xed_encoder_operand_t
impl Unpin for xed_encoder_operand_t
impl UnwindSafe for xed_encoder_operand_t
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