[][src]Struct winapi_ui_automation::shared::netioapi::MIB_IF_ROW2_InterfaceAndOperStatusFlags

#[repr(C)]pub struct MIB_IF_ROW2_InterfaceAndOperStatusFlags {
    pub bitfield: BYTE,
}

Fields

bitfield: BYTE

Implementations

impl MIB_IF_ROW2_InterfaceAndOperStatusFlags[src]

pub fn HardwareInterface(&self) -> BOOLEAN[src]

pub fn set_HardwareInterface(&mut self, val: BOOLEAN)[src]

pub fn FilterInterface(&self) -> BOOLEAN[src]

pub fn set_FilterInterface(&mut self, val: BOOLEAN)[src]

pub fn ConnectorPresent(&self) -> BOOLEAN[src]

pub fn set_ConnectorPresent(&mut self, val: BOOLEAN)[src]

pub fn NotAuthenticated(&self) -> BOOLEAN[src]

pub fn set_NotAuthenticated(&mut self, val: BOOLEAN)[src]

pub fn NotMediaConnected(&self) -> BOOLEAN[src]

pub fn set_NotMediaConnected(&mut self, val: BOOLEAN)[src]

pub fn Paused(&self) -> BOOLEAN[src]

pub fn set_Paused(&mut self, val: BOOLEAN)[src]

pub fn LowPower(&self) -> BOOLEAN[src]

pub fn set_LowPower(&mut self, val: BOOLEAN)[src]

pub fn EndPointInterface(&self) -> BOOLEAN[src]

pub fn set_EndPointInterface(&mut self, val: BOOLEAN)[src]

Trait Implementations

impl Clone for MIB_IF_ROW2_InterfaceAndOperStatusFlags[src]

impl Copy for MIB_IF_ROW2_InterfaceAndOperStatusFlags[src]

impl Default for MIB_IF_ROW2_InterfaceAndOperStatusFlags[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.