Struct winapi::ntsecapi::PKU2U_CERT_BLOB [] [src]

pub struct PKU2U_CERT_BLOB {
    pub CertOffset: ULONG,
    pub CertLength: USHORT,
}

Fields

CertOffset: ULONG CertLength: USHORT

Trait Implementations

impl Debug for PKU2U_CERT_BLOB
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for PKU2U_CERT_BLOB
[src]

impl Clone for PKU2U_CERT_BLOB
[src]

fn clone(&self) -> PKU2U_CERT_BLOB

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more