Struct kerberos_parser::krb5::HostAddress[][src]

pub struct HostAddress<'a> {
    pub addr_type: AddressType,
    pub address: &'a [u8],
}

Kerberos HostAddress

Fields

Trait Implementations

impl<'a> Debug for HostAddress<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for HostAddress<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for HostAddress<'a>

impl<'a> Sync for HostAddress<'a>