#[repr(C)]pub struct SEC_APPLICATION_PROTOCOL_LIST {
pub ProtoNegoExt: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT,
pub ProtocolListSize: c_ushort,
pub ProtocolList: [c_uchar; 0],
}
Fields§
§ProtoNegoExt: SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT
§ProtocolListSize: c_ushort
§ProtocolList: [c_uchar; 0]
Trait Implementations§
Source§impl Clone for SEC_APPLICATION_PROTOCOL_LIST
impl Clone for SEC_APPLICATION_PROTOCOL_LIST
Source§fn clone(&self) -> SEC_APPLICATION_PROTOCOL_LIST
fn clone(&self) -> SEC_APPLICATION_PROTOCOL_LIST
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_APPLICATION_PROTOCOL_LIST
impl Default for SEC_APPLICATION_PROTOCOL_LIST
Source§fn default() -> SEC_APPLICATION_PROTOCOL_LIST
fn default() -> SEC_APPLICATION_PROTOCOL_LIST
Returns the “default value” for a type. Read more
impl Copy for SEC_APPLICATION_PROTOCOL_LIST
Auto Trait Implementations§
impl Freeze for SEC_APPLICATION_PROTOCOL_LIST
impl RefUnwindSafe for SEC_APPLICATION_PROTOCOL_LIST
impl Send for SEC_APPLICATION_PROTOCOL_LIST
impl Sync for SEC_APPLICATION_PROTOCOL_LIST
impl Unpin for SEC_APPLICATION_PROTOCOL_LIST
impl UnwindSafe for SEC_APPLICATION_PROTOCOL_LIST
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