Struct winapi::ntsecapi::NEGOTIATE_PACKAGE_PREFIX [] [src]

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

impl Debug for NEGOTIATE_PACKAGE_PREFIX
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for NEGOTIATE_PACKAGE_PREFIX
[src]

impl Clone for NEGOTIATE_PACKAGE_PREFIX
[src]

fn clone(&self) -> NEGOTIATE_PACKAGE_PREFIX

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more