Struct c_ares_sys::ares_srv_reply [−][src]
#[repr(C)]pub struct ares_srv_reply {
pub next: *mut ares_srv_reply,
pub host: *mut c_char,
pub priority: c_ushort,
pub weight: c_ushort,
pub port: c_ushort,
}Fields
next: *mut ares_srv_replyhost: *mut c_charpriority: c_ushortweight: c_ushortport: c_ushortTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ares_srv_reply
impl !Send for ares_srv_reply
impl !Sync for ares_srv_reply
impl Unpin for ares_srv_reply
impl UnwindSafe for ares_srv_reply
Blanket Implementations
Mutably borrows from an owned value. Read more