Struct kerberos_parser::krb5::HostAddress [−][src]
pub struct HostAddress<'a> {
pub addr_type: AddressType,
pub address: &'a [u8],
}Expand description
Kerberos HostAddress
Fields
addr_type: AddressTypeaddress: &'a [u8]Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.