Struct xed_sys::xed_interface::xed_cpuid_rec_t [] [src]

#[repr(C)]
pub struct xed_cpuid_rec_t { pub leaf: u32, pub subleaf: u32, pub bit: u32, pub reg: xed_reg_enum_t, }

Fields

Trait Implementations

impl Debug for xed_cpuid_rec_t
[src]

Formats the value using the given formatter.

impl Copy for xed_cpuid_rec_t
[src]

impl Clone for xed_cpuid_rec_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more