Struct winapi::ntsecapi::KERB_PURGE_KDC_PROXY_CACHE_RESPONSE
[−]
[src]
pub struct KERB_PURGE_KDC_PROXY_CACHE_RESPONSE {
pub MessageType: KERB_PROTOCOL_MESSAGE_TYPE,
pub CountOfPurged: ULONG,
}Fields
MessageType | |
CountOfPurged |
Trait Implementations
impl Copy for KERB_PURGE_KDC_PROXY_CACHE_RESPONSE[src]
impl Clone for KERB_PURGE_KDC_PROXY_CACHE_RESPONSE[src]
fn clone(&self) -> KERB_PURGE_KDC_PROXY_CACHE_RESPONSE
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