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