[][src]Struct xed_sys::xed_iform_info_s

#[repr(C)]#[repr(align(4))]pub struct xed_iform_info_s {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8], u16>,
}

@ingroup IFORM Statically available information about iforms. Values are returned by #xed_iform_map().

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 8], u16>

Implementations

impl xed_iform_info_s[src]

pub fn iclass(&self) -> c_uint[src]

pub fn set_iclass(&mut self, val: c_uint)[src]

pub fn category(&self) -> c_uint[src]

pub fn set_category(&mut self, val: c_uint)[src]

pub fn extension(&self) -> c_uint[src]

pub fn set_extension(&mut self, val: c_uint)[src]

pub fn isa_set(&self) -> c_uint[src]

pub fn set_isa_set(&mut self, val: c_uint)[src]

pub fn string_table_idx(&self) -> c_uint[src]

pub fn set_string_table_idx(&mut self, val: c_uint)[src]

pub fn new_bitfield_1(
    iclass: c_uint,
    category: c_uint,
    extension: c_uint,
    isa_set: c_uint,
    string_table_idx: c_uint
) -> __BindgenBitfieldUnit<[u8; 8], u16>
[src]

Trait Implementations

impl Clone for xed_iform_info_s[src]

impl Copy for xed_iform_info_s[src]

impl Debug for xed_iform_info_s[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.