#[repr(C)]pub struct NEGOTIATE_CALLER_NAME_RESPONSE {
pub MessageType: u32,
pub CallerName: PWSTR,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
MessageType: u32
CallerName: PWSTR
Trait Implementations
impl Clone for NEGOTIATE_CALLER_NAME_RESPONSE
impl Clone for NEGOTIATE_CALLER_NAME_RESPONSE
impl Copy for NEGOTIATE_CALLER_NAME_RESPONSE
Auto Trait Implementations
impl RefUnwindSafe for NEGOTIATE_CALLER_NAME_RESPONSE
impl !Send for NEGOTIATE_CALLER_NAME_RESPONSE
impl !Sync for NEGOTIATE_CALLER_NAME_RESPONSE
impl Unpin for NEGOTIATE_CALLER_NAME_RESPONSE
impl UnwindSafe for NEGOTIATE_CALLER_NAME_RESPONSE
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