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