#[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§
Source§impl Clone for NEGOTIATE_PACKAGE_PREFIX
impl Clone for NEGOTIATE_PACKAGE_PREFIX
Source§fn clone(&self) -> NEGOTIATE_PACKAGE_PREFIX
fn clone(&self) -> NEGOTIATE_PACKAGE_PREFIX
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for NEGOTIATE_PACKAGE_PREFIX
impl Default for NEGOTIATE_PACKAGE_PREFIX
Source§fn default() -> NEGOTIATE_PACKAGE_PREFIX
fn default() -> NEGOTIATE_PACKAGE_PREFIX
Returns the “default value” for a type. Read more
impl Copy for NEGOTIATE_PACKAGE_PREFIX
Auto Trait Implementations§
impl Freeze for NEGOTIATE_PACKAGE_PREFIX
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more