Struct iproute2::LinkHandle[][src]

pub struct LinkHandle(_);

Methods

impl LinkHandle
[src]

Retrieve the list of links (equivalent to ip link show)

Auto Trait Implementations

impl Send for LinkHandle

impl Sync for LinkHandle