Struct xed_sys::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, }
Expand description

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

Fields

nflags: u8

number of flag actions associated with this record

may_write: u8must_write: u8read: xed_flag_set_t

union of read flags

written: xed_flag_set_t

union of written flags (includes undefined flags);

undefined: xed_flag_set_t

union of undefined flags;

fa_index: u16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.