Struct pelite::image::FPO_DATA[][src]

#[repr(C)]
pub struct FPO_DATA { pub ulOffStart: u32, pub cbProcSize: u32, pub cdwLocals: u16, pub cdwParams: u16, pub cbProlog: u8, pub fFlags: u8, }

Fields

Trait Implementations

impl Copy for FPO_DATA
[src]

impl Clone for FPO_DATA
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FPO_DATA
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FPO_DATA

impl Sync for FPO_DATA