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,
}
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§
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