Trait netstack3_ip::device::AssignedAddress

source ·
pub trait AssignedAddress<A: IpAddress> {
    // Required method
    fn addr(&self) -> IpDeviceAddr<A>;
}
Expand description

The state associated with an IP address assigned to an IP device.

Required Methods§

source

fn addr(&self) -> IpDeviceAddr<A>

Gets the address.

Implementors§