Struct windows_sys::Web::Http::HttpVersion
[−]#[repr(transparent)]pub struct HttpVersion(pub i32);
Expand description
Required features: "Web_Http"
Tuple Fields
0: i32
Implementations
impl HttpVersion
impl HttpVersion
Trait Implementations
impl Clone for HttpVersion
impl Clone for HttpVersion
impl Copy for HttpVersion
Auto Trait Implementations
impl RefUnwindSafe for HttpVersion
impl Send for HttpVersion
impl Sync for HttpVersion
impl Unpin for HttpVersion
impl UnwindSafe for HttpVersion
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