#[repr(C)]pub struct WS_HTTP_HEADER_MAPPING {
pub headerName: WS_XML_STRING,
pub headerMappingOptions: u32,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
, "Win32_Foundation"
Fields
headerName: WS_XML_STRING
headerMappingOptions: u32
Trait Implementations
impl Clone for WS_HTTP_HEADER_MAPPING
impl Clone for WS_HTTP_HEADER_MAPPING
impl Copy for WS_HTTP_HEADER_MAPPING
Auto Trait Implementations
impl RefUnwindSafe for WS_HTTP_HEADER_MAPPING
impl !Send for WS_HTTP_HEADER_MAPPING
impl !Sync for WS_HTTP_HEADER_MAPPING
impl Unpin for WS_HTTP_HEADER_MAPPING
impl UnwindSafe for WS_HTTP_HEADER_MAPPING
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