#[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_ulong
§cbInitiatorLength: c_ulong
§dwInitiatorOffset: c_ulong
§dwAcceptorAddrType: c_ulong
§cbAcceptorLength: c_ulong
§dwAcceptorOffset: c_ulong
§cbApplicationDataLength: c_ulong
§dwApplicationDataOffset: c_ulong
Trait Implementations§
Source§impl Clone for SEC_CHANNEL_BINDINGS
impl Clone for SEC_CHANNEL_BINDINGS
Source§fn clone(&self) -> SEC_CHANNEL_BINDINGS
fn clone(&self) -> SEC_CHANNEL_BINDINGS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SEC_CHANNEL_BINDINGS
impl Default for SEC_CHANNEL_BINDINGS
Source§fn default() -> SEC_CHANNEL_BINDINGS
fn default() -> SEC_CHANNEL_BINDINGS
Returns the “default value” for a type. Read more
impl Copy for SEC_CHANNEL_BINDINGS
Auto Trait Implementations§
impl Freeze for SEC_CHANNEL_BINDINGS
impl RefUnwindSafe for SEC_CHANNEL_BINDINGS
impl Send for SEC_CHANNEL_BINDINGS
impl Sync for SEC_CHANNEL_BINDINGS
impl Unpin for SEC_CHANNEL_BINDINGS
impl UnwindSafe for SEC_CHANNEL_BINDINGS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more