Skip to main content

ns_rr

Type Alias ns_rr 

Source
pub type ns_rr = __ns_rr;

Aliased Type§

#[repr(C)]
pub struct ns_rr { pub name: [i8; 1025], pub type_: u16, pub rr_class: u16, pub ttl: u32, pub rdlength: u16, pub rdata: *const u8, }

Fields§

§name: [i8; 1025]§type_: u16§rr_class: u16§ttl: u32§rdlength: u16§rdata: *const u8