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
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