Struct winapi::ntsecapi::KERB_TRANSFER_CRED_REQUEST [] [src]

#[repr(C)]
pub struct KERB_TRANSFER_CRED_REQUEST { pub MessageType: KERB_PROTOCOL_MESSAGE_TYPE, pub OriginLogonId: LUID, pub DestinationLogonId: LUID, pub Flags: ULONG, }

Fields

Trait Implementations

impl Debug for KERB_TRANSFER_CRED_REQUEST
[src]

Formats the value using the given formatter.

impl Copy for KERB_TRANSFER_CRED_REQUEST
[src]

impl Clone for KERB_TRANSFER_CRED_REQUEST
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more