Struct winapi::ntsecapi::NEGOTIATE_CALLER_NAME_REQUEST [] [src]

#[repr(C)]
pub struct NEGOTIATE_CALLER_NAME_REQUEST { pub MessageType: ULONG, pub LogonId: LUID, }

Fields

Trait Implementations

impl Debug for NEGOTIATE_CALLER_NAME_REQUEST
[src]

Formats the value using the given formatter.

impl Copy for NEGOTIATE_CALLER_NAME_REQUEST
[src]

impl Clone for NEGOTIATE_CALLER_NAME_REQUEST
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more