Ip4Range

Type Alias Ip4Range 

Source
pub type Ip4Range = Range<u32>;
Expand description

IPv4 range / IPv4 范围

Aliased Type§

pub struct Ip4Range {
    pub start: u32,
    pub end: u32,
}

Fields§

§start: u32§end: u32

Trait Implementations§

Source§

impl Display for Ip4Range

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more