#[repr(C)]pub struct HTTP_UNKNOWN_HEADER {
pub NameLength: USHORT,
pub RawValueLength: USHORT,
pub pName: PCSTR,
pub pRawValue: PCSTR,
}
Fields§
§NameLength: USHORT
§RawValueLength: USHORT
§pName: PCSTR
§pRawValue: PCSTR
Trait Implementations§
Source§impl Clone for HTTP_UNKNOWN_HEADER
impl Clone for HTTP_UNKNOWN_HEADER
Source§fn clone(&self) -> HTTP_UNKNOWN_HEADER
fn clone(&self) -> HTTP_UNKNOWN_HEADER
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 moreSource§impl Default for HTTP_UNKNOWN_HEADER
impl Default for HTTP_UNKNOWN_HEADER
Source§fn default() -> HTTP_UNKNOWN_HEADER
fn default() -> HTTP_UNKNOWN_HEADER
Returns the “default value” for a type. Read more
impl Copy for HTTP_UNKNOWN_HEADER
Auto Trait Implementations§
impl Freeze for HTTP_UNKNOWN_HEADER
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§
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