#[repr(C)]
pub struct HTTP_LOGGING_INFO {
Show 14 fields pub Flags: HTTP_PROPERTY_FLAGS, pub LoggingFlags: u32, pub SoftwareName: PCWSTR, pub SoftwareNameLength: u16, pub DirectoryNameLength: u16, pub DirectoryName: PCWSTR, pub Format: HTTP_LOGGING_TYPE, pub Fields: u32, pub pExtFields: *mut c_void, pub NumOfExtFields: u16, pub MaxRecordSize: u16, pub RolloverType: HTTP_LOGGING_ROLLOVER_TYPE, pub RolloverSize: u32, pub pSecurityDescriptor: *mut SECURITY_DESCRIPTOR,
}
Expand description

Required features: "Win32_Networking_HttpServer", "Win32_Foundation", "Win32_Security"

Fields

Flags: HTTP_PROPERTY_FLAGSLoggingFlags: u32SoftwareName: PCWSTRSoftwareNameLength: u16DirectoryNameLength: u16DirectoryName: PCWSTRFormat: HTTP_LOGGING_TYPEFields: u32pExtFields: *mut c_voidNumOfExtFields: u16MaxRecordSize: u16RolloverType: HTTP_LOGGING_ROLLOVER_TYPERolloverSize: u32pSecurityDescriptor: *mut SECURITY_DESCRIPTOR

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.