Type Alias enet_sys::ENetList

source ·
pub type ENetList = _ENetList;

Aliased Type§

struct ENetList {
    pub sentinel: _ENetListNode,
}

Fields§

§sentinel: _ENetListNode

Trait Implementations§

source§

impl Clone for _ENetList

source§

fn clone(&self) -> _ENetList

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 _ENetList