Struct vex_sys::VexGuestX86SegDescr__bindgen_ty_1__bindgen_ty_1[][src]

#[repr(C)]
#[repr(align(4))]pub struct VexGuestX86SegDescr__bindgen_ty_1__bindgen_ty_1 {
    pub LimitLow: UShort,
    pub BaseLow: UShort,
    pub _bitfield_align_1: [u8; 0],
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}

Fields

LimitLow: UShortBaseLow: UShort_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>

Implementations

impl VexGuestX86SegDescr__bindgen_ty_1__bindgen_ty_1[src]

pub fn BaseMid(&self) -> UInt[src]

pub fn set_BaseMid(&mut self, val: UInt)[src]

pub fn Type(&self) -> UInt[src]

pub fn set_Type(&mut self, val: UInt)[src]

pub fn Dpl(&self) -> UInt[src]

pub fn set_Dpl(&mut self, val: UInt)[src]

pub fn Pres(&self) -> UInt[src]

pub fn set_Pres(&mut self, val: UInt)[src]

pub fn LimitHi(&self) -> UInt[src]

pub fn set_LimitHi(&mut self, val: UInt)[src]

pub fn Sys(&self) -> UInt[src]

pub fn set_Sys(&mut self, val: UInt)[src]

pub fn Reserved_0(&self) -> UInt[src]

pub fn set_Reserved_0(&mut self, val: UInt)[src]

pub fn Default_Big(&self) -> UInt[src]

pub fn set_Default_Big(&mut self, val: UInt)[src]

pub fn Granularity(&self) -> UInt[src]

pub fn set_Granularity(&mut self, val: UInt)[src]

pub fn BaseHi(&self) -> UInt[src]

pub fn set_BaseHi(&mut self, val: UInt)[src]

pub fn new_bitfield_1(
    BaseMid: UInt,
    Type: UInt,
    Dpl: UInt,
    Pres: UInt,
    LimitHi: UInt,
    Sys: UInt,
    Reserved_0: UInt,
    Default_Big: UInt,
    Granularity: UInt,
    BaseHi: UInt
) -> __BindgenBitfieldUnit<[u8; 4]>
[src]

Trait Implementations

impl Clone for VexGuestX86SegDescr__bindgen_ty_1__bindgen_ty_1[src]

impl Copy for VexGuestX86SegDescr__bindgen_ty_1__bindgen_ty_1[src]

impl Debug for VexGuestX86SegDescr__bindgen_ty_1__bindgen_ty_1[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.