[][src]Trait heim::net::os::linux::NicExt

pub trait NicExt {
    fn broadcast(&self) -> Option<Address>;
fn is_broadcast(&self) -> bool;
fn is_point_to_point(&self) -> bool; }

Linux-specific extension for Nic.

Required methods

fn broadcast(&self) -> Option<Address>

Returns broadcast address if available.

fn is_broadcast(&self) -> bool

Returns bool indicating whether interface is broadcast.

fn is_point_to_point(&self) -> bool

Returns bool indicating whether interface is point-to-point.

Loading content...

Implementors

impl NicExt for Nic[src]

Loading content...