Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_IP_OPER_STATE
[−]#[repr(C)]pub struct NDIS_IP_OPER_STATE {
pub Header: NDIS_OBJECT_HEADER,
pub Flags: u32,
pub IpOperationalStatus: NDIS_IP_OPER_STATUS,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
Flags: u32
IpOperationalStatus: NDIS_IP_OPER_STATUS
Trait Implementations
impl Clone for NDIS_IP_OPER_STATE
impl Clone for NDIS_IP_OPER_STATE
impl Copy for NDIS_IP_OPER_STATE
Auto Trait Implementations
impl RefUnwindSafe for NDIS_IP_OPER_STATE
impl Send for NDIS_IP_OPER_STATE
impl Sync for NDIS_IP_OPER_STATE
impl Unpin for NDIS_IP_OPER_STATE
impl UnwindSafe for NDIS_IP_OPER_STATE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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