Struct winapi::http::HTTP_LOGGING_INFO [] [src]

pub struct HTTP_LOGGING_INFO {
    pub Flags: HTTP_PROPERTY_FLAGS,
    pub LoggingFlags: ULONG,
    pub SoftwareName: PCWSTR,
    pub SoftwareNameLength: USHORT,
    pub DirectoryNameLength: USHORT,
    pub DirectoryName: PCWSTR,
    pub Format: HTTP_LOGGING_TYPE,
    pub Fields: ULONG,
    pub pExtFields: PVOID,
    pub NumOfExtFields: USHORT,
    pub MaxRecordSize: USHORT,
    pub RolloverType: HTTP_LOGGING_ROLLOVER_TYPE,
    pub RolloverSize: ULONG,
    pub pSecurityDescriptor: PSECURITY_DESCRIPTOR,
}

Fields

Flags: HTTP_PROPERTY_FLAGS LoggingFlags: ULONG SoftwareName: PCWSTR SoftwareNameLength: USHORT DirectoryNameLength: USHORT DirectoryName: PCWSTR Format: HTTP_LOGGING_TYPE Fields: ULONG pExtFields: PVOID NumOfExtFields: USHORT MaxRecordSize: USHORT RolloverType: HTTP_LOGGING_ROLLOVER_TYPE RolloverSize: ULONG pSecurityDescriptor: PSECURITY_DESCRIPTOR

Trait Implementations

impl Debug for HTTP_LOGGING_INFO
[src]

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

Formats the value using the given formatter.

impl Copy for HTTP_LOGGING_INFO
[src]

impl Clone for HTTP_LOGGING_INFO
[src]

fn clone(&self) -> HTTP_LOGGING_INFO

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