Type Alias enet_sys::ENetSocketSet

source ·
pub type ENetSocketSet = fd_set;

Aliased Type§

struct ENetSocketSet {
    pub __fds_bits: [i64; 16],
}

Fields§

§__fds_bits: [i64; 16]

Trait Implementations§

source§

impl Clone for fd_set

source§

fn clone(&self) -> fd_set

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for fd_set