Struct windows_sys::Win32::Networking::HttpServer::HTTP_QOS_SETTING_INFO
[−]#[repr(C)]pub struct HTTP_QOS_SETTING_INFO {
pub QosType: HTTP_QOS_SETTING_TYPE,
pub QosSetting: *mut c_void,
}
Expand description
Required features: "Win32_Networking_HttpServer"
Fields
QosType: HTTP_QOS_SETTING_TYPE
QosSetting: *mut c_void
Trait Implementations
impl Clone for HTTP_QOS_SETTING_INFO
impl Clone for HTTP_QOS_SETTING_INFO
impl Copy for HTTP_QOS_SETTING_INFO
Auto Trait Implementations
impl RefUnwindSafe for HTTP_QOS_SETTING_INFO
impl !Send for HTTP_QOS_SETTING_INFO
impl !Sync for HTTP_QOS_SETTING_INFO
impl Unpin for HTTP_QOS_SETTING_INFO
impl UnwindSafe for HTTP_QOS_SETTING_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more