Struct windows_sys::Win32::Networking::HttpServer::HTTP_REQUEST_INFO
[−]#[repr(C)]pub struct HTTP_REQUEST_INFO {
pub InfoType: HTTP_REQUEST_INFO_TYPE,
pub InfoLength: u32,
pub pInfo: *mut c_void,
}
Expand description
Required features: "Win32_Networking_HttpServer"
Fields
InfoType: HTTP_REQUEST_INFO_TYPE
InfoLength: u32
pInfo: *mut c_void
Trait Implementations
impl Clone for HTTP_REQUEST_INFO
impl Clone for HTTP_REQUEST_INFO
impl Copy for HTTP_REQUEST_INFO
Auto Trait Implementations
impl RefUnwindSafe for HTTP_REQUEST_INFO
impl !Send for HTTP_REQUEST_INFO
impl !Sync for HTTP_REQUEST_INFO
impl Unpin for HTTP_REQUEST_INFO
impl UnwindSafe for HTTP_REQUEST_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