Struct pelite::image::SCOPE_RECORD[][src]

#[repr(C)]
pub struct SCOPE_RECORD { pub BeginAddress: u32, pub EndAddress: u32, pub HandlerAddress: u32, pub JumpTarget: u32, }

Fields

Trait Implementations

impl Copy for SCOPE_RECORD
[src]

impl Clone for SCOPE_RECORD
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SCOPE_RECORD
[src]

Formats the value using the given formatter. Read more

impl Pod for SCOPE_RECORD
[src]

Auto Trait Implementations