Struct winapi::ntsecapi::KERB_CRYPTO_KEY
[−]
[src]
pub struct KERB_CRYPTO_KEY { pub KeyType: LONG, pub Length: ULONG, pub Value: PUCHAR, }
Fields
KeyType | |
Length | |
Value |
Trait Implementations
impl Copy for KERB_CRYPTO_KEY
[src]
impl Clone for KERB_CRYPTO_KEY
[src]
fn clone(&self) -> KERB_CRYPTO_KEY
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