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: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT ProtocolListSize: c_ushort ProtocolList: [c_uchar; 0]

Trait Implementations

impl Debug for SEC_APPLICATION_PROTOCOL_LIST
[src]

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

Formats the value using the given formatter.

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