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

Derived Implementations

impl Debug for SEC_APPLICATION_PROTOCOL_LIST

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

impl Copy for SEC_APPLICATION_PROTOCOL_LIST

impl Clone for SEC_APPLICATION_PROTOCOL_LIST

fn clone(&self) -> SEC_APPLICATION_PROTOCOL_LIST

fn clone_from(&mut self, source: &Self)