Struct libresolv_sys::fd_set
[−]
[src]
pub struct fd_set {
pub __fds_bits: [__fd_mask; 16],
}Fields
__fds_bits: [__fd_mask; 16]
Trait Implementations
impl Clone for fd_set[src]
fn clone(&self) -> fd_set
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more