pub type xed_simple_flag_t = xed_simple_flag_s;Expand description
@ingroup FLAGS A collection of #xed_flag_action_t’s and unions of read and written flags
Aliased Type§
#[repr(C)]pub struct xed_simple_flag_t {
pub nflags: u8,
pub may_write: u8,
pub must_write: u8,
pub read: xed_flag_set_s,
pub written: xed_flag_set_s,
pub undefined: xed_flag_set_s,
pub fa_index: u16,
}Fields§
§nflags: u8number of flag actions associated with this record
may_write: u8§must_write: u8§read: xed_flag_set_sunion of read flags
written: xed_flag_set_sunion of written flags (includes undefined flags);
undefined: xed_flag_set_sunion of undefined flags;
fa_index: u16