Struct libc_interface::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for fd_set
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for fd_set
[src]

Auto Trait Implementations

impl Send for fd_set

impl Sync for fd_set