Struct windows_sys::Win32::Networking::HttpServer::HTTP_UNKNOWN_HEADER
[−]#[repr(C)]pub struct HTTP_UNKNOWN_HEADER {
pub NameLength: u16,
pub RawValueLength: u16,
pub pName: PCSTR,
pub pRawValue: PCSTR,
}
Expand description
Required features: "Win32_Networking_HttpServer"
Fields
NameLength: u16
RawValueLength: u16
pName: PCSTR
pRawValue: PCSTR
Trait Implementations
impl Clone for HTTP_UNKNOWN_HEADER
impl Clone for HTTP_UNKNOWN_HEADER
impl Copy for HTTP_UNKNOWN_HEADER
Auto Trait Implementations
impl RefUnwindSafe for HTTP_UNKNOWN_HEADER
impl !Send for HTTP_UNKNOWN_HEADER
impl !Sync for HTTP_UNKNOWN_HEADER
impl Unpin for HTTP_UNKNOWN_HEADER
impl UnwindSafe for HTTP_UNKNOWN_HEADER
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