Struct winapi::ntsecapi::KERB_SMART_CARD_PROFILE
[−]
[src]
pub struct KERB_SMART_CARD_PROFILE {
pub Profile: KERB_INTERACTIVE_PROFILE,
pub CertificateSize: ULONG,
pub CertificateData: PUCHAR,
}Fields
Profile | |
CertificateSize | |
CertificateData |
Trait Implementations
impl Copy for KERB_SMART_CARD_PROFILE[src]
impl Clone for KERB_SMART_CARD_PROFILE[src]
fn clone(&self) -> KERB_SMART_CARD_PROFILE
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