#[repr(C)]pub struct MIB_IPNETROW_LH {
pub dwIndex: IF_INDEX,
pub dwPhysAddrLen: DWORD,
pub bPhysAddr: [UCHAR; 8],
pub dwAddr: DWORD,
pub Type: MIB_IPNET_TYPE,
}
Fields§
§dwIndex: IF_INDEX
§dwPhysAddrLen: DWORD
§bPhysAddr: [UCHAR; 8]
§dwAddr: DWORD
§Type: MIB_IPNET_TYPE
Trait Implementations§
Source§impl Clone for MIB_IPNETROW_LH
impl Clone for MIB_IPNETROW_LH
Source§fn clone(&self) -> MIB_IPNETROW_LH
fn clone(&self) -> MIB_IPNETROW_LH
Returns a duplicate 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_IPNETROW_LH
impl Default for MIB_IPNETROW_LH
Source§fn default() -> MIB_IPNETROW_LH
fn default() -> MIB_IPNETROW_LH
Returns the “default value” for a type. Read more
impl Copy for MIB_IPNETROW_LH
Auto Trait Implementations§
impl Freeze for MIB_IPNETROW_LH
impl RefUnwindSafe for MIB_IPNETROW_LH
impl Send for MIB_IPNETROW_LH
impl Sync for MIB_IPNETROW_LH
impl Unpin for MIB_IPNETROW_LH
impl UnwindSafe for MIB_IPNETROW_LH
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