#[repr(C)]pub struct WS_HTTP_MESSAGE_MAPPING {
pub requestMappingOptions: u32,
pub responseMappingOptions: u32,
pub requestHeaderMappings: *mut *mut WS_HTTP_HEADER_MAPPING,
pub requestHeaderMappingCount: u32,
pub responseHeaderMappings: *mut *mut WS_HTTP_HEADER_MAPPING,
pub responseHeaderMappingCount: u32,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
, "Win32_Foundation"
Fields
requestMappingOptions: u32
responseMappingOptions: u32
requestHeaderMappings: *mut *mut WS_HTTP_HEADER_MAPPING
requestHeaderMappingCount: u32
responseHeaderMappings: *mut *mut WS_HTTP_HEADER_MAPPING
responseHeaderMappingCount: u32
Trait Implementations
impl Clone for WS_HTTP_MESSAGE_MAPPING
impl Clone for WS_HTTP_MESSAGE_MAPPING
impl Copy for WS_HTTP_MESSAGE_MAPPING
Auto Trait Implementations
impl RefUnwindSafe for WS_HTTP_MESSAGE_MAPPING
impl !Send for WS_HTTP_MESSAGE_MAPPING
impl !Sync for WS_HTTP_MESSAGE_MAPPING
impl Unpin for WS_HTTP_MESSAGE_MAPPING
impl UnwindSafe for WS_HTTP_MESSAGE_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