struct TapConfig {
host_ip: Ipv4Addr,
netmask: Ipv4Addr,
mac: MacAddress,
}Fields§
§host_ip: Ipv4Addr§netmask: Ipv4Addr§mac: MacAddressTrait Implementations§
Auto Trait Implementations§
impl Freeze for TapConfig
impl RefUnwindSafe for TapConfig
impl Send for TapConfig
impl Sync for TapConfig
impl Unpin for TapConfig
impl UnwindSafe for TapConfig
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
§impl<T> FromArgValue for T
impl<T> FromArgValue for T
§fn from_arg_value(value: &str) -> Result<T, String>
fn from_arg_value(value: &str) -> Result<T, String>
Construct the type from a commandline value, returning an error string
on failure.