Struct winapi::ntsecapi::PKU2U_CERT_BLOB
[−]
[src]
pub struct PKU2U_CERT_BLOB { pub CertOffset: ULONG, pub CertLength: USHORT, }
Fields
CertOffset | |
CertLength |
Trait Implementations
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