Struct libresolv_sys::fd_set [] [src]

#[repr(C)]
pub struct fd_set { pub __fds_bits: [__fd_mask; 16], }

Fields

Trait Implementations

impl Copy for fd_set
[src]

impl Clone for fd_set
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for fd_set
[src]

Formats the value using the given formatter.

impl Default for fd_set
[src]

Returns the "default value" for a type. Read more