Struct winapi::ntsecapi::KERB_CRYPTO_KEY [] [src]

#[repr(C)]
pub struct KERB_CRYPTO_KEY { pub KeyType: LONG, pub Length: ULONG, pub Value: PUCHAR, }

Fields

Trait Implementations

impl Debug for KERB_CRYPTO_KEY
[src]

Formats the value using the given formatter.

impl Copy for KERB_CRYPTO_KEY
[src]

impl Clone for KERB_CRYPTO_KEY
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more