Struct libmodbus_sys::fd_set
[−]
[src]
#[repr(C)]pub struct fd_set { pub __fds_bits: [__fd_mask; 16], }
Fields
__fds_bits: [__fd_mask; 16]
Trait Implementations
impl Debug for fd_set
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more