[][src]Struct i3status_rs::blocks::networkmanager::Ipv4Address

struct Ipv4Address {
    address: Ipv4Addr,
    prefix: u32,
    gateway: Ipv4Addr,
}

Fields

address: Ipv4Addrprefix: u32gateway: Ipv4Addr

Trait Implementations

impl Debug for Ipv4Address[src]

impl Display for Ipv4Address[src]

impl<'a> From<Array<'a, u32, Iter<'a>>> for Ipv4Address[src]

Auto Trait Implementations

impl RefUnwindSafe for Ipv4Address[src]

impl Send for Ipv4Address[src]

impl Sync for Ipv4Address[src]

impl Unpin for Ipv4Address[src]

impl UnwindSafe for Ipv4Address[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.