Struct pelite::image::WIN_CERTIFICATE[][src]

#[repr(C)]
pub struct WIN_CERTIFICATE { pub dwLength: u32, pub wRevision: u16, pub wCertificateType: u16, pub bCertificate: [u8; 0], }

Fields

Trait Implementations

impl Copy for WIN_CERTIFICATE
[src]

impl Clone for WIN_CERTIFICATE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WIN_CERTIFICATE
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations