Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_OPER_STATE
[−]#[repr(C)]pub struct NDIS_OPER_STATE {
pub Header: NDIS_OBJECT_HEADER,
pub OperationalStatus: NET_IF_OPER_STATUS,
pub OperationalStatusFlags: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
, "Win32_NetworkManagement_IpHelper"
Fields
Header: NDIS_OBJECT_HEADER
OperationalStatus: NET_IF_OPER_STATUS
OperationalStatusFlags: u32
Trait Implementations
impl Clone for NDIS_OPER_STATE
impl Clone for NDIS_OPER_STATE
impl Copy for NDIS_OPER_STATE
Auto Trait Implementations
impl RefUnwindSafe for NDIS_OPER_STATE
impl Send for NDIS_OPER_STATE
impl Sync for NDIS_OPER_STATE
impl Unpin for NDIS_OPER_STATE
impl UnwindSafe for NDIS_OPER_STATE
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