#[repr(C)]pub struct fd_set {
pub fd_count: u_int,
pub fd_array: [SOCKET; 64],
}
Fields§
§fd_count: u_int
§fd_array: [SOCKET; 64]
Trait Implementations§
Source§impl Ord for fd_set
impl Ord for fd_set
Source§impl PartialOrd for fd_set
impl PartialOrd for fd_set
impl Copy for fd_set
impl Eq for fd_set
impl StructuralPartialEq for fd_set
Auto Trait Implementations§
impl Freeze for fd_set
impl RefUnwindSafe for fd_set
impl Send for fd_set
impl Sync for fd_set
impl Unpin for fd_set
impl UnwindSafe for fd_set
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more