[][src]Trait ipstuff::IpBitwiseNotExt

pub trait IpBitwiseNotExt {
    fn bitnot(self) -> Self;
}

An extention trait providing bitwise not operation for Ipv4Addr and Ipv6Addr types.

Required methods

fn bitnot(self) -> Self

Bitwise Not operation.

Loading content...

Implementations on Foreign Types

impl IpBitwiseNotExt for Ipv4Addr[src]

Loading content...

Implementors

Loading content...