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