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: c_ulong cbInitiatorLength: c_ulong dwInitiatorOffset: c_ulong dwAcceptorAddrType: c_ulong cbAcceptorLength: c_ulong dwAcceptorOffset: c_ulong cbApplicationDataLength: c_ulong dwApplicationDataOffset: c_ulong

Trait Implementations

impl Debug for SEC_CHANNEL_BINDINGS
[src]

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

Formats the value using the given formatter.

impl Copy for SEC_CHANNEL_BINDINGS
[src]

impl Clone for SEC_CHANNEL_BINDINGS
[src]

fn clone(&self) -> SEC_CHANNEL_BINDINGS

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