[−][src]Trait heim_net::os::linux::NicExt
This is supported on Linux only.
Linux-specific extension for Nic.
Required methods
fn broadcast(&self) -> Option<Address>
This is supported on Linux only.
Returns broadcast address if available.
fn is_broadcast(&self) -> bool
This is supported on Linux only.
Returns bool indicating whether interface is broadcast.
fn is_point_to_point(&self) -> bool
This is supported on Linux only.
Returns bool indicating whether interface is point-to-point.