Available on crate feature
traceroute only.Expand description
Structure of default Gateway information
Fields
mac_addr: MacAddrMAC address of Gateway
ip_addr: IpAddrIP address of Gateway
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Gateway
impl Send for Gateway
impl Sync for Gateway
impl Unpin for Gateway
impl UnwindSafe for Gateway
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
