Struct pelite::image::RUNTIME_FUNCTION[][src]

#[repr(C)]
pub struct RUNTIME_FUNCTION { pub BeginAddress: u32, pub EndAddress: u32, pub UnwindData: u32, }

Fields

Trait Implementations

impl Copy for RUNTIME_FUNCTION
[src]

impl Clone for RUNTIME_FUNCTION
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RUNTIME_FUNCTION
[src]

Formats the value using the given formatter. Read more

impl Pod for RUNTIME_FUNCTION
[src]

Auto Trait Implementations