Struct xed_sys::xed_interface::xed_flag_enum_s [] [src]

#[repr(C)]
pub struct xed_flag_enum_s { pub flag: xed_flag_enum_t, pub action: xed_flag_action_enum_t, }

@ingroup FLAGS Associated with each flag field there can be one action.

Fields

Trait Implementations

impl Debug for xed_flag_enum_s
[src]

Formats the value using the given formatter.

impl Copy for xed_flag_enum_s
[src]

impl Clone for xed_flag_enum_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more