Struct pelite::pe32::msvc::PMD[][src]

#[repr(C)]
pub struct PMD { pub mdisp: i32, pub pdisp: i32, pub vdisp: i32, }

Pointer-to-member displacement info.

Fields

Member displacement.

Vbtable (virtual base class table) displacement.

Displacement inside the vbtable.

Trait Implementations

impl Copy for PMD
[src]

impl Clone for PMD
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PMD
[src]

Formats the value using the given formatter. Read more

impl Pod for PMD
[src]

Auto Trait Implementations

impl Send for PMD

impl Sync for PMD