#[repr(C)]pub struct MIB_IF_ROW2_InterfaceAndOperStatusFlags {
pub bitfield: BYTE,
}
Fields§
§bitfield: BYTE
Implementations§
Source§impl MIB_IF_ROW2_InterfaceAndOperStatusFlags
impl MIB_IF_ROW2_InterfaceAndOperStatusFlags
pub fn HardwareInterface(&self) -> BOOLEAN
pub fn set_HardwareInterface(&mut self, val: BOOLEAN)
pub fn FilterInterface(&self) -> BOOLEAN
pub fn set_FilterInterface(&mut self, val: BOOLEAN)
pub fn ConnectorPresent(&self) -> BOOLEAN
pub fn set_ConnectorPresent(&mut self, val: BOOLEAN)
pub fn NotAuthenticated(&self) -> BOOLEAN
pub fn set_NotAuthenticated(&mut self, val: BOOLEAN)
pub fn NotMediaConnected(&self) -> BOOLEAN
pub fn set_NotMediaConnected(&mut self, val: BOOLEAN)
pub fn Paused(&self) -> BOOLEAN
pub fn set_Paused(&mut self, val: BOOLEAN)
pub fn LowPower(&self) -> BOOLEAN
pub fn set_LowPower(&mut self, val: BOOLEAN)
pub fn EndPointInterface(&self) -> BOOLEAN
pub fn set_EndPointInterface(&mut self, val: BOOLEAN)
Trait Implementations§
Source§impl Clone for MIB_IF_ROW2_InterfaceAndOperStatusFlags
impl Clone for MIB_IF_ROW2_InterfaceAndOperStatusFlags
Source§fn clone(&self) -> MIB_IF_ROW2_InterfaceAndOperStatusFlags
fn clone(&self) -> MIB_IF_ROW2_InterfaceAndOperStatusFlags
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for MIB_IF_ROW2_InterfaceAndOperStatusFlags
impl Default for MIB_IF_ROW2_InterfaceAndOperStatusFlags
Source§fn default() -> MIB_IF_ROW2_InterfaceAndOperStatusFlags
fn default() -> MIB_IF_ROW2_InterfaceAndOperStatusFlags
Returns the “default value” for a type. Read more
impl Copy for MIB_IF_ROW2_InterfaceAndOperStatusFlags
Auto Trait Implementations§
impl Freeze for MIB_IF_ROW2_InterfaceAndOperStatusFlags
impl RefUnwindSafe for MIB_IF_ROW2_InterfaceAndOperStatusFlags
impl Send for MIB_IF_ROW2_InterfaceAndOperStatusFlags
impl Sync for MIB_IF_ROW2_InterfaceAndOperStatusFlags
impl Unpin for MIB_IF_ROW2_InterfaceAndOperStatusFlags
impl UnwindSafe for MIB_IF_ROW2_InterfaceAndOperStatusFlags
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