Struct windows_sys::Win32::Networking::HttpServer::HTTP_BINDING_INFO
[−]#[repr(C)]pub struct HTTP_BINDING_INFO {
pub Flags: HTTP_PROPERTY_FLAGS,
pub RequestQueueHandle: HANDLE,
}
Expand description
Required features: "Win32_Networking_HttpServer"
, "Win32_Foundation"
Fields
Flags: HTTP_PROPERTY_FLAGS
RequestQueueHandle: HANDLE
Trait Implementations
impl Clone for HTTP_BINDING_INFO
impl Clone for HTTP_BINDING_INFO
impl Copy for HTTP_BINDING_INFO
Auto Trait Implementations
impl RefUnwindSafe for HTTP_BINDING_INFO
impl Send for HTTP_BINDING_INFO
impl Sync for HTTP_BINDING_INFO
impl Unpin for HTTP_BINDING_INFO
impl UnwindSafe for HTTP_BINDING_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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