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