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: usizeTuple Fields of Length
0: usizeTuple Fields of Compression
0: u16Tuple Fields of MaxRecursion
0: usizeTuple Fields of APLAddressLength
0: u8Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.