Struct kerberos_parser::krb5::AddressType [−][src]
pub struct AddressType(pub i32);Expand description
Address type
Tuple Fields
0: i32Implementations
Trait Implementations
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 RefUnwindSafe for AddressType
impl Send for AddressType
impl Sync for AddressType
impl Unpin for AddressType
impl UnwindSafe for AddressType
Blanket Implementations
Mutably borrows from an owned value. Read more