Enum dns_message_parser::EncodeError [−][src]
pub enum EncodeError {
String(usize),
Length(usize),
NotEnoughBytes(usize, usize),
Compression(u16),
MaxRecursion(usize),
APLAddressLength(u8),
}
Variants
Tuple Fields of String
0: usize
Tuple Fields of Length
0: usize
Tuple Fields of Compression
0: u16
Tuple Fields of MaxRecursion
0: usize
Tuple Fields of APLAddressLength
0: u8
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.