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