#[repr(C)]pub struct SEC_NEGOTIATION_INFO {
pub Size: c_ulong,
pub NameLength: c_ulong,
pub Name: *mut SEC_WCHAR,
pub Reserved: *mut c_void,
}
Fields§
§Size: c_ulong
§NameLength: c_ulong
§Name: *mut SEC_WCHAR
§Reserved: *mut c_void
Trait Implementations§
Source§impl Clone for SEC_NEGOTIATION_INFO
impl Clone for SEC_NEGOTIATION_INFO
Source§fn clone(&self) -> SEC_NEGOTIATION_INFO
fn clone(&self) -> SEC_NEGOTIATION_INFO
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_NEGOTIATION_INFO
impl Default for SEC_NEGOTIATION_INFO
Source§fn default() -> SEC_NEGOTIATION_INFO
fn default() -> SEC_NEGOTIATION_INFO
Returns the “default value” for a type. Read more
impl Copy for SEC_NEGOTIATION_INFO
Auto Trait Implementations§
impl Freeze for SEC_NEGOTIATION_INFO
impl RefUnwindSafe for SEC_NEGOTIATION_INFO
impl !Send for SEC_NEGOTIATION_INFO
impl !Sync for SEC_NEGOTIATION_INFO
impl Unpin for SEC_NEGOTIATION_INFO
impl UnwindSafe for SEC_NEGOTIATION_INFO
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