#[repr(C)]pub struct NEGOTIATE_PACKAGE_PREFIX {
pub PackageId: ULONG_PTR,
pub PackageDataA: PVOID,
pub PackageDataW: PVOID,
pub PrefixLen: ULONG_PTR,
pub Prefix: [UCHAR; 32],
}
Fields
PackageId: ULONG_PTR
PackageDataA: PVOID
PackageDataW: PVOID
PrefixLen: ULONG_PTR
Prefix: [UCHAR; 32]
Trait Implementations
sourceimpl Clone for NEGOTIATE_PACKAGE_PREFIX
impl Clone for NEGOTIATE_PACKAGE_PREFIX
sourcefn clone(&self) -> NEGOTIATE_PACKAGE_PREFIX
fn clone(&self) -> NEGOTIATE_PACKAGE_PREFIX
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 NEGOTIATE_PACKAGE_PREFIX
Auto Trait Implementations
impl RefUnwindSafe for NEGOTIATE_PACKAGE_PREFIX
impl !Send for NEGOTIATE_PACKAGE_PREFIX
impl !Sync for NEGOTIATE_PACKAGE_PREFIX
impl Unpin for NEGOTIATE_PACKAGE_PREFIX
impl UnwindSafe for NEGOTIATE_PACKAGE_PREFIX
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