Struct windows::Win32::NetworkManagement::Ndis::NDIS_IP_OPER_STATUS
#[repr(C)]pub struct NDIS_IP_OPER_STATUS {
pub AddressFamily: u32,
pub OperationalStatus: NET_IF_OPER_STATUS,
pub OperationalStatusFlags: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields§
§AddressFamily: u32
§OperationalStatus: NET_IF_OPER_STATUS
§OperationalStatusFlags: u32
Trait Implementations§
§impl Clone for NDIS_IP_OPER_STATUS
impl Clone for NDIS_IP_OPER_STATUS
§impl Debug for NDIS_IP_OPER_STATUS
impl Debug for NDIS_IP_OPER_STATUS
§impl Default for NDIS_IP_OPER_STATUS
impl Default for NDIS_IP_OPER_STATUS
§impl PartialEq<NDIS_IP_OPER_STATUS> for NDIS_IP_OPER_STATUS
impl PartialEq<NDIS_IP_OPER_STATUS> for NDIS_IP_OPER_STATUS
impl Copy for NDIS_IP_OPER_STATUS
impl Eq for NDIS_IP_OPER_STATUS
Auto Trait Implementations§
impl RefUnwindSafe for NDIS_IP_OPER_STATUS
impl Send for NDIS_IP_OPER_STATUS
impl Sync for NDIS_IP_OPER_STATUS
impl Unpin for NDIS_IP_OPER_STATUS
impl UnwindSafe for NDIS_IP_OPER_STATUS
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