#[repr(C)]pub struct HTTP_ERROR_HEADERS_PARAM {
pub StatusCode: u16,
pub HeaderCount: u16,
pub Headers: *mut HTTP_UNKNOWN_HEADER,
}
Expand description
Required features: "Win32_Networking_HttpServer"
Fields
StatusCode: u16
HeaderCount: u16
Headers: *mut HTTP_UNKNOWN_HEADER
Trait Implementations
impl Clone for HTTP_ERROR_HEADERS_PARAM
impl Clone for HTTP_ERROR_HEADERS_PARAM
impl Copy for HTTP_ERROR_HEADERS_PARAM
Auto Trait Implementations
impl RefUnwindSafe for HTTP_ERROR_HEADERS_PARAM
impl !Send for HTTP_ERROR_HEADERS_PARAM
impl !Sync for HTTP_ERROR_HEADERS_PARAM
impl Unpin for HTTP_ERROR_HEADERS_PARAM
impl UnwindSafe for HTTP_ERROR_HEADERS_PARAM
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