pub struct WKS<'a> {
pub address: u32,
pub protocol: u8,
pub bit_map: &'a [u8],
}Expand description
The WKS record is used to describe the well known services supported by a particular protocol on a particular internet address.
An 32 bit Internet address
An 8 bit IP protocol number
A variable length bit map. The bit map must be a multiple of 8 bits long.
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.