Struct xed_sys::xed_interface::xed_union16_t [] [src]

#[repr(C)]
pub struct xed_union16_t { pub byte: __BindgenUnionField<[u8; 2]>, pub s_byte: __BindgenUnionField<[i8; 2]>, pub b: __BindgenUnionField<xed_union16_t__bindgen_ty_1>, pub i16: __BindgenUnionField<i16>, pub u16: __BindgenUnionField<u16>, pub bindgen_union_field: u16, }

Fields

Trait Implementations

impl Debug for xed_union16_t
[src]

Formats the value using the given formatter.

impl Copy for xed_union16_t
[src]

impl Clone for xed_union16_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more