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: c_ulong ProtocolLists: [SEC_APPLICATION_PROTOCOL_LIST; 0]

Trait Implementations

impl Debug for SEC_APPLICATION_PROTOCOLS
[src]

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

Formats the value using the given formatter.

impl Copy for SEC_APPLICATION_PROTOCOLS
[src]

impl Clone for SEC_APPLICATION_PROTOCOLS
[src]

fn clone(&self) -> SEC_APPLICATION_PROTOCOLS

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