Struct winapi::ntsecapi::KERB_CRYPTO_KEY32 [] [src]

#[repr(C)]
pub struct KERB_CRYPTO_KEY32 { pub KeyType: LONG, pub Length: ULONG, pub Offset: ULONG, }

Fields

Trait Implementations

impl Debug for KERB_CRYPTO_KEY32
[src]

Formats the value using the given formatter.

impl Copy for KERB_CRYPTO_KEY32
[src]

impl Clone for KERB_CRYPTO_KEY32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more