FdSet

Type Alias FdSet 

Source
pub type FdSet = fd_set;

Aliased Type§

#[repr(C)]
pub struct FdSet { pub fd_count: u32, pub fd_array: [usize; 64], }

Fields§

§fd_count: u32§fd_array: [usize; 64]