Struct kerberos_parser::krb5::EncryptionType [−][src]
pub struct EncryptionType(pub i32);Expand description
Encryption 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 EncryptionType
impl Send for EncryptionType
impl Sync for EncryptionType
impl Unpin for EncryptionType
impl UnwindSafe for EncryptionType
Blanket Implementations
Mutably borrows from an owned value. Read more