[][src]Struct CCODE::WIN32_MEMORY_REGION_INFORMATION__bindgen_ty_1__bindgen_ty_1

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

Fields

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

Implementations

impl WIN32_MEMORY_REGION_INFORMATION__bindgen_ty_1__bindgen_ty_1[src]

pub fn Private(&self) -> ULONG[src]

pub fn set_Private(&mut self, val: ULONG)[src]

pub fn MappedDataFile(&self) -> ULONG[src]

pub fn set_MappedDataFile(&mut self, val: ULONG)[src]

pub fn MappedImage(&self) -> ULONG[src]

pub fn set_MappedImage(&mut self, val: ULONG)[src]

pub fn MappedPageFile(&self) -> ULONG[src]

pub fn set_MappedPageFile(&mut self, val: ULONG)[src]

pub fn MappedPhysical(&self) -> ULONG[src]

pub fn set_MappedPhysical(&mut self, val: ULONG)[src]

pub fn DirectMapped(&self) -> ULONG[src]

pub fn set_DirectMapped(&mut self, val: ULONG)[src]

pub fn Reserved(&self) -> ULONG[src]

pub fn set_Reserved(&mut self, val: ULONG)[src]

pub fn new_bitfield_1(
    Private: ULONG,
    MappedDataFile: ULONG,
    MappedImage: ULONG,
    MappedPageFile: ULONG,
    MappedPhysical: ULONG,
    DirectMapped: ULONG,
    Reserved: ULONG
) -> __BindgenBitfieldUnit<[u8; 4], u32>
[src]

Trait Implementations

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.