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

#[repr(C)]
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

Trait Implementations

impl Debug for HTTP_LOGGING_INFO
[src]

Formats the value using the given formatter.

impl Copy for HTTP_LOGGING_INFO
[src]

impl Clone for HTTP_LOGGING_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more