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 | |
PrefixCount | |
Offset | |
Pad |
Trait Implementations
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