Struct windows_sys::Win32::Networking::HttpServer::HTTP_RESPONSE_V2
#[repr(C)]pub struct HTTP_RESPONSE_V2 {
pub Base: HTTP_RESPONSE_V1,
pub ResponseInfoCount: u16,
pub pResponseInfo: *mut HTTP_RESPONSE_INFO,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Base: 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more