Struct windows::Win32::NetworkManagement::Ndis::NDIS_802_11_NETWORK_TYPE
#[repr(transparent)]pub struct NDIS_802_11_NETWORK_TYPE(pub i32);
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for NDIS_802_11_NETWORK_TYPE
impl Clone for NDIS_802_11_NETWORK_TYPE
§impl Debug for NDIS_802_11_NETWORK_TYPE
impl Debug for NDIS_802_11_NETWORK_TYPE
§impl Default for NDIS_802_11_NETWORK_TYPE
impl Default for NDIS_802_11_NETWORK_TYPE
§impl PartialEq<NDIS_802_11_NETWORK_TYPE> for NDIS_802_11_NETWORK_TYPE
impl PartialEq<NDIS_802_11_NETWORK_TYPE> for NDIS_802_11_NETWORK_TYPE
§fn eq(&self, other: &NDIS_802_11_NETWORK_TYPE) -> bool
fn eq(&self, other: &NDIS_802_11_NETWORK_TYPE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NDIS_802_11_NETWORK_TYPE
impl Eq for NDIS_802_11_NETWORK_TYPE
impl StructuralEq for NDIS_802_11_NETWORK_TYPE
impl StructuralPartialEq for NDIS_802_11_NETWORK_TYPE
Auto Trait Implementations§
impl RefUnwindSafe for NDIS_802_11_NETWORK_TYPE
impl Send for NDIS_802_11_NETWORK_TYPE
impl Sync for NDIS_802_11_NETWORK_TYPE
impl Unpin for NDIS_802_11_NETWORK_TYPE
impl UnwindSafe for NDIS_802_11_NETWORK_TYPE
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