Struct winapi::ntsecapi::NEGOTIATE_PACKAGE_PREFIXES [] [src]

pub struct NEGOTIATE_PACKAGE_PREFIXES {
    pub MessageType: ULONG,
    pub PrefixCount: ULONG,
    pub Offset: ULONG,
    pub Pad: ULONG,
}

Fields

MessageType: ULONG PrefixCount: ULONG Offset: ULONG Pad: ULONG

Trait Implementations

impl Debug for NEGOTIATE_PACKAGE_PREFIXES
[src]

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

Formats the value using the given formatter.

impl Copy for NEGOTIATE_PACKAGE_PREFIXES
[src]

impl Clone for NEGOTIATE_PACKAGE_PREFIXES
[src]

fn clone(&self) -> NEGOTIATE_PACKAGE_PREFIXES

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