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