Struct winapi::http::HTTP_QOS_SETTING_INFO [] [src]

#[repr(C)]
pub struct HTTP_QOS_SETTING_INFO { pub QosType: HTTP_QOS_SETTING_TYPE, pub QosSetting: PVOID, }

Fields

Trait Implementations

impl Debug for HTTP_QOS_SETTING_INFO
[src]

Formats the value using the given formatter.

impl Copy for HTTP_QOS_SETTING_INFO
[src]

impl Clone for HTTP_QOS_SETTING_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more