Struct simple_dns::rdata::WKS
source · [−]Expand description
The WKS record is used to describe the well known services supported by a particular protocol on a particular internet address.
Fields
address: u32An 32 bit Internet address
protocol: u8An 8 bit IP protocol number
bit_map: Cow<'a, [u8]>A variable length bit map. The bit map must be a multiple of 8 bits long.
Implementations
Transforms the inner data into it’s owned type
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for WKS<'a>
impl<'a> UnwindSafe for WKS<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more