Struct winapi::ntsecapi::KERB_ADD_BINDING_CACHE_ENTRY_REQUEST [] [src]

pub struct KERB_ADD_BINDING_CACHE_ENTRY_REQUEST {
    pub MessageType: KERB_PROTOCOL_MESSAGE_TYPE,
    pub RealmName: UNICODE_STRING,
    pub KdcAddress: UNICODE_STRING,
    pub AddressType: ULONG,
}

Fields

MessageType
RealmName
KdcAddress
AddressType

Trait Implementations

impl Copy for KERB_ADD_BINDING_CACHE_ENTRY_REQUEST
[src]

impl Clone for KERB_ADD_BINDING_CACHE_ENTRY_REQUEST
[src]

fn clone(&self) -> KERB_ADD_BINDING_CACHE_ENTRY_REQUEST

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

Derived Implementations

impl Debug for KERB_ADD_BINDING_CACHE_ENTRY_REQUEST
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.