Struct windows_sys::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"
, "Win32_NetworkManagement_IpHelper"
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 Copy 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more