Struct pelite::image::UNWIND_CODE[][src]

#[repr(C)]
pub struct UNWIND_CODE { pub CodeOffset: u8, pub UnwindOpInfo: u8, pub FrameOffset: u16, }

Fields

Trait Implementations

impl Copy for UNWIND_CODE
[src]

impl Clone for UNWIND_CODE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UNWIND_CODE
[src]

Formats the value using the given formatter. Read more

impl Pod for UNWIND_CODE
[src]

Auto Trait Implementations

impl Send for UNWIND_CODE

impl Sync for UNWIND_CODE