[][src]Struct CCODE::_LDT_ENTRY__bindgen_ty_1__bindgen_ty_2

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

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>

Implementations

impl _LDT_ENTRY__bindgen_ty_1__bindgen_ty_2[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Trait Implementations

impl Clone for _LDT_ENTRY__bindgen_ty_1__bindgen_ty_2[src]

impl Copy for _LDT_ENTRY__bindgen_ty_1__bindgen_ty_2[src]

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