#[repr(C)]pub struct MIB_BEST_IF {
pub dwDestAddr: DWORD,
pub dwIfIndex: DWORD,
}
Fields§
§dwDestAddr: DWORD
§dwIfIndex: DWORD
Trait Implementations§
Source§impl Clone for MIB_BEST_IF
impl Clone for MIB_BEST_IF
Source§fn clone(&self) -> MIB_BEST_IF
fn clone(&self) -> MIB_BEST_IF
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_BEST_IF
impl Default for MIB_BEST_IF
Source§fn default() -> MIB_BEST_IF
fn default() -> MIB_BEST_IF
Returns the “default value” for a type. Read more
impl Copy for MIB_BEST_IF
Auto Trait Implementations§
impl Freeze for MIB_BEST_IF
impl RefUnwindSafe for MIB_BEST_IF
impl Send for MIB_BEST_IF
impl Sync for MIB_BEST_IF
impl Unpin for MIB_BEST_IF
impl UnwindSafe for MIB_BEST_IF
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