#[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
sourceimpl Clone for SEC_NEGOTIATION_INFO
impl Clone for SEC_NEGOTIATION_INFO
sourcefn clone(&self) -> SEC_NEGOTIATION_INFO
fn clone(&self) -> SEC_NEGOTIATION_INFO
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for SEC_NEGOTIATION_INFO
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more