Type Alias enet_sys::ENetIncomingCommand

source ·
pub type ENetIncomingCommand = _ENetIncomingCommand;

Aliased Type§

struct ENetIncomingCommand {
    pub incomingCommandList: _ENetListNode,
    pub reliableSequenceNumber: u16,
    pub unreliableSequenceNumber: u16,
    pub command: _ENetProtocol,
    pub fragmentCount: u32,
    pub fragmentsRemaining: u32,
    pub fragments: *mut u32,
    pub packet: *mut _ENetPacket,
}

Fields§

§incomingCommandList: _ENetListNode§reliableSequenceNumber: u16§unreliableSequenceNumber: u16§command: _ENetProtocol§fragmentCount: u32§fragmentsRemaining: u32§fragments: *mut u32§packet: *mut _ENetPacket

Trait Implementations§

source§

impl Clone for _ENetIncomingCommand

source§

fn clone(&self) -> _ENetIncomingCommand

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 _ENetIncomingCommand