Struct winapi::winsock2::fd_set
[−]
[src]
pub struct fd_set {
pub fd_count: u_int,
pub fd_array: [SOCKET; FD_SETSIZE],
}Fields
fd_count | |
fd_array |
pub struct fd_set {
pub fd_count: u_int,
pub fd_array: [SOCKET; FD_SETSIZE],
}fd_count | |
fd_array |
impl Clone for fd_setfn clone(&self) -> fd_setfn clone_from(&mut self, source: &Self)impl Copy for fd_set
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)