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