#[repr(C)]pub struct SEC_NEGOTIATION_INFO {
pub Size: u32,
pub NameLength: u32,
pub Name: *mut u16,
pub Reserved: *mut c_void,
}Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
Size: u32NameLength: u32Name: *mut u16Reserved: *mut c_voidTrait Implementations
impl Clone for SEC_NEGOTIATION_INFO
impl Clone for SEC_NEGOTIATION_INFO
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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