Struct ipset::NetDataType
source · pub struct NetDataType { /* private fields */ }Expand description
net data type
Implementations§
Trait Implementations§
source§impl Default for NetDataType
impl Default for NetDataType
source§fn default() -> NetDataType
fn default() -> NetDataType
Returns the “default value” for a type. Read more
source§impl Display for NetDataType
impl Display for NetDataType
source§impl From<(IpDataType, u8)> for NetDataType
impl From<(IpDataType, u8)> for NetDataType
source§fn from(original: (IpDataType, u8)) -> NetDataType
fn from(original: (IpDataType, u8)) -> NetDataType
Converts to this type from the input type.
source§impl From<NetDataType> for (IpDataType, u8)
impl From<NetDataType> for (IpDataType, u8)
source§fn from(original: NetDataType) -> Self
fn from(original: NetDataType) -> Self
Converts to this type from the input type.