Struct windows_sys::Win32::Networking::HttpServer::HTTP_RESPONSE_V1
#[repr(C)]pub struct HTTP_RESPONSE_V1 {
pub Flags: u32,
pub Version: HTTP_VERSION,
pub StatusCode: u16,
pub ReasonLength: u16,
pub pReason: PCSTR,
pub Headers: HTTP_RESPONSE_HEADERS,
pub EntityChunkCount: u16,
pub pEntityChunks: *mut HTTP_DATA_CHUNK,
}
Fields§
§Flags: u32
§Version: HTTP_VERSION
§StatusCode: u16
§ReasonLength: u16
§pReason: PCSTR
§Headers: HTTP_RESPONSE_HEADERS
§EntityChunkCount: u16
§pEntityChunks: *mut HTTP_DATA_CHUNK
Trait Implementations§
§impl Clone for HTTP_RESPONSE_V1
impl Clone for HTTP_RESPONSE_V1
§fn clone(&self) -> HTTP_RESPONSE_V1
fn clone(&self) -> HTTP_RESPONSE_V1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for HTTP_RESPONSE_V1
Auto Trait Implementations§
impl Freeze for HTTP_RESPONSE_V1
impl RefUnwindSafe for HTTP_RESPONSE_V1
impl !Send for HTTP_RESPONSE_V1
impl !Sync for HTTP_RESPONSE_V1
impl Unpin for HTTP_RESPONSE_V1
impl UnwindSafe for HTTP_RESPONSE_V1
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)