Struct windows_sys::Win32::Networking::HttpServer::HTTP_RESPONSE_V2
[−]#[repr(C)]pub struct HTTP_RESPONSE_V2 {
pub __AnonymousBase_http_L2050_C36: HTTP_RESPONSE_V1,
pub ResponseInfoCount: u16,
pub pResponseInfo: *mut HTTP_RESPONSE_INFO,
}
Expand description
Required features: "Win32_Networking_HttpServer"
, "Win32_Foundation"
Fields
__AnonymousBase_http_L2050_C36: HTTP_RESPONSE_V1
ResponseInfoCount: u16
pResponseInfo: *mut HTTP_RESPONSE_INFO
Trait Implementations
impl Clone for HTTP_RESPONSE_V2
impl Clone for HTTP_RESPONSE_V2
impl Copy for HTTP_RESPONSE_V2
Auto Trait Implementations
impl RefUnwindSafe for HTTP_RESPONSE_V2
impl !Send for HTTP_RESPONSE_V2
impl !Sync for HTTP_RESPONSE_V2
impl Unpin for HTTP_RESPONSE_V2
impl UnwindSafe for HTTP_RESPONSE_V2
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