Struct fd_set
libc::unix::notbsd
#[repr(C)] pub struct fd_set { fds_bits: [c_ulong; 16], }
fds_bits: [c_ulong; 16]
impl Copy for fd_set
impl Clone for fd_set
fn clone(&self) -> fd_set
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl Send for fd_set
impl Sync for fd_set