Struct dns_message_parser::rr::DNSKEY [−][src]
pub struct DNSKEY {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub zone_key_flag: bool,
pub secure_entry_point_flag: bool,
pub algorithm_type: AlgorithmType,
pub public_key: Vec<u8>,
}Fields
domain_name: DomainNamettl: u32class: Classzone_key_flag: boolsecure_entry_point_flag: boolalgorithm_type: AlgorithmTypepublic_key: Vec<u8>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DNSKEY
impl UnwindSafe for DNSKEY
Blanket Implementations
Mutably borrows from an owned value. Read more