#[repr(C)]
pub struct HTTP_LOG_FIELDS_DATA {
Show 30 fields pub Base: HTTP_LOG_DATA, pub UserNameLength: u16, pub UriStemLength: u16, pub ClientIpLength: u16, pub ServerNameLength: u16, pub ServiceNameLength: u16, pub ServerIpLength: u16, pub MethodLength: u16, pub UriQueryLength: u16, pub HostLength: u16, pub UserAgentLength: u16, pub CookieLength: u16, pub ReferrerLength: u16, pub UserName: PWSTR, pub UriStem: PWSTR, pub ClientIp: PSTR, pub ServerName: PSTR, pub ServiceName: PSTR, pub ServerIp: PSTR, pub Method: PSTR, pub UriQuery: PSTR, pub Host: PSTR, pub UserAgent: PSTR, pub Cookie: PSTR, pub Referrer: PSTR, pub ServerPort: u16, pub ProtocolStatus: u16, pub Win32Status: u32, pub MethodNum: HTTP_VERB, pub SubStatus: u16,
}
Expand description

Required features: "Win32_Networking_HttpServer"

Fields§

§Base: HTTP_LOG_DATA§UserNameLength: u16§UriStemLength: u16§ClientIpLength: u16§ServerNameLength: u16§ServiceNameLength: u16§ServerIpLength: u16§MethodLength: u16§UriQueryLength: u16§HostLength: u16§UserAgentLength: u16§CookieLength: u16§ReferrerLength: u16§UserName: PWSTR§UriStem: PWSTR§ClientIp: PSTR§ServerName: PSTR§ServiceName: PSTR§ServerIp: PSTR§Method: PSTR§UriQuery: PSTR§Host: PSTR§UserAgent: PSTR§Cookie: PSTR§Referrer: PSTR§ServerPort: u16§ProtocolStatus: u16§Win32Status: u32§MethodNum: HTTP_VERB§SubStatus: u16

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.