Struct windows::Win32::Networking::WinSock::NAPI_PROVIDER_INSTALLATION_BLOB
#[repr(C)]pub struct NAPI_PROVIDER_INSTALLATION_BLOB {
pub dwVersion: u32,
pub dwProviderType: u32,
pub fSupportsWildCard: u32,
pub cDomains: u32,
pub OffsetFirstDomain: u32,
}
Fields§
§dwVersion: u32
§dwProviderType: u32
§fSupportsWildCard: u32
§cDomains: u32
§OffsetFirstDomain: u32
Trait Implementations§
§impl Clone for NAPI_PROVIDER_INSTALLATION_BLOB
impl Clone for NAPI_PROVIDER_INSTALLATION_BLOB
§fn clone(&self) -> NAPI_PROVIDER_INSTALLATION_BLOB
fn clone(&self) -> NAPI_PROVIDER_INSTALLATION_BLOB
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 more§impl Debug for NAPI_PROVIDER_INSTALLATION_BLOB
impl Debug for NAPI_PROVIDER_INSTALLATION_BLOB
§impl Default for NAPI_PROVIDER_INSTALLATION_BLOB
impl Default for NAPI_PROVIDER_INSTALLATION_BLOB
§impl PartialEq for NAPI_PROVIDER_INSTALLATION_BLOB
impl PartialEq for NAPI_PROVIDER_INSTALLATION_BLOB
§fn eq(&self, other: &NAPI_PROVIDER_INSTALLATION_BLOB) -> bool
fn eq(&self, other: &NAPI_PROVIDER_INSTALLATION_BLOB) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NAPI_PROVIDER_INSTALLATION_BLOB
impl Eq for NAPI_PROVIDER_INSTALLATION_BLOB
impl StructuralPartialEq for NAPI_PROVIDER_INSTALLATION_BLOB
Auto Trait Implementations§
impl Freeze for NAPI_PROVIDER_INSTALLATION_BLOB
impl RefUnwindSafe for NAPI_PROVIDER_INSTALLATION_BLOB
impl Send for NAPI_PROVIDER_INSTALLATION_BLOB
impl Sync for NAPI_PROVIDER_INSTALLATION_BLOB
impl Unpin for NAPI_PROVIDER_INSTALLATION_BLOB
impl UnwindSafe for NAPI_PROVIDER_INSTALLATION_BLOB
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)