Struct pelite::image::SCOPE_TABLE[][src]

#[repr(C)]
pub struct SCOPE_TABLE { pub Count: u32, pub ScopeRecord: [SCOPE_RECORD; 0], }

Fields

Trait Implementations

impl Copy for SCOPE_TABLE
[src]

impl Clone for SCOPE_TABLE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SCOPE_TABLE
[src]

Formats the value using the given formatter. Read more

impl Pod for SCOPE_TABLE
[src]

Auto Trait Implementations

impl Send for SCOPE_TABLE

impl Sync for SCOPE_TABLE