Struct xed_sys::xed_interface::xed_simple_flag_s [] [src]

#[repr(C)]
pub struct xed_simple_flag_s { pub nflags: u8, pub may_write: u8, pub must_write: u8, pub read: xed_flag_set_t, pub written: xed_flag_set_t, pub undefined: xed_flag_set_t, pub fa_index: u16, }

@ingroup FLAGS A collection of #xed_flag_action_t's and unions of read and written flags

Fields

number of flag actions associated with this record

union of read flags

union of written flags (includes undefined flags);

union of undefined flags;

Trait Implementations

impl Debug for xed_simple_flag_s
[src]

Formats the value using the given formatter.

impl Copy for xed_simple_flag_s
[src]

impl Clone for xed_simple_flag_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more