Struct pelite::image::UNWIND_INFO[][src]

#[repr(C)]
pub struct UNWIND_INFO { pub VersionFlags: u8, pub SizeOfProlog: u8, pub CountOfCodes: u8, pub FrameRegisterOffset: u8, pub UnwindCode: [UNWIND_CODE; 0], }

Fields

Trait Implementations

impl Copy for UNWIND_INFO
[src]

impl Clone for UNWIND_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UNWIND_INFO
[src]

Formats the value using the given formatter. Read more

impl Pod for UNWIND_INFO
[src]

Auto Trait Implementations

impl Send for UNWIND_INFO

impl Sync for UNWIND_INFO