Struct winapi::ntsecapi::MSV1_0_PASSTHROUGH_RESPONSE
[−]
[src]
pub struct MSV1_0_PASSTHROUGH_RESPONSE { pub MessageType: MSV1_0_PROTOCOL_MESSAGE_TYPE, pub Pad: ULONG, pub DataLength: ULONG, pub ValidationData: PUCHAR, }
Fields
MessageType | |
Pad | |
DataLength | |
ValidationData |
Trait Implementations
impl Copy for MSV1_0_PASSTHROUGH_RESPONSE
[src]
impl Clone for MSV1_0_PASSTHROUGH_RESPONSE
[src]
fn clone(&self) -> MSV1_0_PASSTHROUGH_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