Struct winapi::um::winnt::FPO_DATA[][src]

#[repr(C)]pub struct FPO_DATA {
    pub ulOffStart: DWORD,
    pub cbProcSize: DWORD,
    pub cdwLocals: DWORD,
    pub cdwParams: WORD,
    pub BitFields: WORD,
}

Fields

ulOffStart: DWORDcbProcSize: DWORDcdwLocals: DWORDcdwParams: WORDBitFields: WORD

Implementations

impl FPO_DATA[src]

pub fn cbProlog(&self) -> WORD[src]

pub fn set_cbProlog(&mut self, val: WORD)[src]

pub fn cbRegs(&self) -> WORD[src]

pub fn set_cbRegs(&mut self, val: WORD)[src]

pub fn fHasSEH(&self) -> WORD[src]

pub fn set_fHasSEH(&mut self, val: WORD)[src]

pub fn fUseBP(&self) -> WORD[src]

pub fn set_fUseBP(&mut self, val: WORD)[src]

pub fn reserved(&self) -> WORD[src]

pub fn set_reserved(&mut self, val: WORD)[src]

pub fn cbFrame(&self) -> WORD[src]

pub fn set_cbFrame(&mut self, val: WORD)[src]

Trait Implementations

impl Clone for FPO_DATA[src]

impl Copy for FPO_DATA[src]

Auto Trait Implementations

impl RefUnwindSafe for FPO_DATA

impl Send for FPO_DATA

impl Sync for FPO_DATA

impl Unpin for FPO_DATA

impl UnwindSafe for FPO_DATA

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.