Struct winapi::sspi::SEC_CHANNEL_BINDINGS [] [src]

pub struct SEC_CHANNEL_BINDINGS {
    pub dwInitiatorAddrType: c_ulong,
    pub cbInitiatorLength: c_ulong,
    pub dwInitiatorOffset: c_ulong,
    pub dwAcceptorAddrType: c_ulong,
    pub cbAcceptorLength: c_ulong,
    pub dwAcceptorOffset: c_ulong,
    pub cbApplicationDataLength: c_ulong,
    pub dwApplicationDataOffset: c_ulong,
}

Fields

dwInitiatorAddrType
cbInitiatorLength
dwInitiatorOffset
dwAcceptorAddrType
cbAcceptorLength
dwAcceptorOffset
cbApplicationDataLength
dwApplicationDataOffset

Trait Implementations

Derived Implementations

impl Debug for SEC_CHANNEL_BINDINGS

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

impl Copy for SEC_CHANNEL_BINDINGS

impl Clone for SEC_CHANNEL_BINDINGS

fn clone(&self) -> SEC_CHANNEL_BINDINGS

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