Struct libc::fd_set [] [src]

#[repr(C)]
pub struct fd_set { /* fields omitted */ }

Trait Implementations

impl Copy for fd_set
[src]

impl Clone for fd_set
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for fd_set

impl Sync for fd_set