#[repr(C)]pub struct INTERNET_VERSION_INFO {
pub dwMajorVersion: DWORD,
pub dwMinorVersion: DWORD,
}
Fields§
§dwMajorVersion: DWORD
§dwMinorVersion: DWORD
Trait Implementations§
Source§impl Clone for INTERNET_VERSION_INFO
impl Clone for INTERNET_VERSION_INFO
Source§fn clone(&self) -> INTERNET_VERSION_INFO
fn clone(&self) -> INTERNET_VERSION_INFO
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 INTERNET_VERSION_INFO
impl Default for INTERNET_VERSION_INFO
Source§fn default() -> INTERNET_VERSION_INFO
fn default() -> INTERNET_VERSION_INFO
Returns the “default value” for a type. Read more
impl Copy for INTERNET_VERSION_INFO
Auto Trait Implementations§
impl Freeze for INTERNET_VERSION_INFO
impl RefUnwindSafe for INTERNET_VERSION_INFO
impl Send for INTERNET_VERSION_INFO
impl Sync for INTERNET_VERSION_INFO
impl Unpin for INTERNET_VERSION_INFO
impl UnwindSafe for INTERNET_VERSION_INFO
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