Struct winapi::sspi::SEC_APPLICATION_PROTOCOLS [] [src]

pub struct SEC_APPLICATION_PROTOCOLS {
    pub ProtocolListsSize: c_ulong,
    pub ProtocolLists: [SEC_APPLICATION_PROTOCOL_LIST; 0],
}

Fields

ProtocolListsSize
ProtocolLists

Trait Implementations

Derived Implementations

impl Debug for SEC_APPLICATION_PROTOCOLS

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

impl Copy for SEC_APPLICATION_PROTOCOLS

impl Clone for SEC_APPLICATION_PROTOCOLS

fn clone(&self) -> SEC_APPLICATION_PROTOCOLS

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