Struct xed_sys::xed_interface::xed_union32_t [] [src]

#[repr(C)]
pub struct xed_union32_t { pub byte: __BindgenUnionField<[u8; 4]>, pub word: __BindgenUnionField<[u16; 2]>, pub s_byte: __BindgenUnionField<[i8; 4]>, pub s_word: __BindgenUnionField<[i16; 2]>, pub b: __BindgenUnionField<xed_union32_t__bindgen_ty_1>, pub w: __BindgenUnionField<xed_union32_t__bindgen_ty_2>, pub i32: __BindgenUnionField<i32>, pub u32: __BindgenUnionField<u32>, pub bindgen_union_field: u32, }

Fields

Trait Implementations

impl Debug for xed_union32_t
[src]

Formats the value using the given formatter.

impl Copy for xed_union32_t
[src]

impl Clone for xed_union32_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more