Struct winapi::shared::sspi::SEC_CHANNEL_BINDINGS   [−][src]
#[repr(C)]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_ulongcbInitiatorLength: c_ulongdwInitiatorOffset: c_ulongdwAcceptorAddrType: c_ulongcbAcceptorLength: c_ulongdwAcceptorOffset: c_ulongcbApplicationDataLength: c_ulongdwApplicationDataOffset: c_ulongTrait Implementations
Returns the “default value” for a type. Read more