Struct pelite::image::IMAGE_DEBUG_VC_FEATURE[][src]

#[repr(C)]
pub struct IMAGE_DEBUG_VC_FEATURE { pub PreVCPP: u32, pub CCPP: u32, pub GS: u32, pub SDL: u32, pub GuardN: u32, }

Fields

Trait Implementations

impl Copy for IMAGE_DEBUG_VC_FEATURE
[src]

impl Clone for IMAGE_DEBUG_VC_FEATURE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IMAGE_DEBUG_VC_FEATURE
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations