pub type ENetProtocolSendUnreliable = _ENetProtocolSendUnreliable;

Aliased Type§

struct ENetProtocolSendUnreliable {
    pub header: _ENetProtocolCommandHeader,
    pub unreliableSequenceNumber: u16,
    pub dataLength: u16,
}

Fields§

§header: _ENetProtocolCommandHeader§unreliableSequenceNumber: u16§dataLength: u16

Trait Implementations§

source§

impl Clone for _ENetProtocolSendUnreliable

source§

fn clone(&self) -> _ENetProtocolSendUnreliable

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 _ENetProtocolSendUnreliable