Struct winapi::sspi::SEC_APPLICATION_PROTOCOL_LIST
[−]
[src]
pub struct SEC_APPLICATION_PROTOCOL_LIST { pub ProtoNegoExt: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT, pub ProtocolListSize: c_ushort, pub ProtocolList: [c_uchar; 0], }
Fields
ProtoNegoExt | |
ProtocolListSize | |
ProtocolList |
Trait Implementations
impl Copy for SEC_APPLICATION_PROTOCOL_LIST
[src]
impl Clone for SEC_APPLICATION_PROTOCOL_LIST
[src]
fn clone(&self) -> SEC_APPLICATION_PROTOCOL_LIST
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