Struct fd_set
libc
#[repr(C)] pub struct fd_set { /* fields omitted */ }
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