Type Alias enet_sys::ENetProtocolPing

source ·
pub type ENetProtocolPing = _ENetProtocolPing;

Aliased Type§

struct ENetProtocolPing {
    pub header: _ENetProtocolCommandHeader,
}

Fields§

§header: _ENetProtocolCommandHeader

Trait Implementations§

source§

impl Clone for _ENetProtocolPing

source§

fn clone(&self) -> _ENetProtocolPing

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 _ENetProtocolPing