#[repr(transparent)]pub struct NDIS_802_11_MEDIA_STREAM_MODE(pub i32);
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for NDIS_802_11_MEDIA_STREAM_MODE
impl Clone for NDIS_802_11_MEDIA_STREAM_MODE
§impl Debug for NDIS_802_11_MEDIA_STREAM_MODE
impl Debug for NDIS_802_11_MEDIA_STREAM_MODE
§impl Default for NDIS_802_11_MEDIA_STREAM_MODE
impl Default for NDIS_802_11_MEDIA_STREAM_MODE
§impl PartialEq<NDIS_802_11_MEDIA_STREAM_MODE> for NDIS_802_11_MEDIA_STREAM_MODE
impl PartialEq<NDIS_802_11_MEDIA_STREAM_MODE> for NDIS_802_11_MEDIA_STREAM_MODE
§fn eq(&self, other: &NDIS_802_11_MEDIA_STREAM_MODE) -> bool
fn eq(&self, other: &NDIS_802_11_MEDIA_STREAM_MODE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.