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