Struct winapi::ntsecapi::MSV1_0_SUBAUTH_REQUEST [] [src]

pub struct MSV1_0_SUBAUTH_REQUEST {
    pub MessageType: MSV1_0_PROTOCOL_MESSAGE_TYPE,
    pub SubAuthPackageId: ULONG,
    pub SubAuthInfoLength: ULONG,
    pub SubAuthSubmitBuffer: PUCHAR,
}

Fields

MessageType: MSV1_0_PROTOCOL_MESSAGE_TYPE SubAuthPackageId: ULONG SubAuthInfoLength: ULONG SubAuthSubmitBuffer: PUCHAR

Trait Implementations

impl Debug for MSV1_0_SUBAUTH_REQUEST
[src]

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

Formats the value using the given formatter.

impl Copy for MSV1_0_SUBAUTH_REQUEST
[src]

impl Clone for MSV1_0_SUBAUTH_REQUEST
[src]

fn clone(&self) -> MSV1_0_SUBAUTH_REQUEST

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