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