Type Alias enet_sys::ENetOutgoingCommand

source ·
pub type ENetOutgoingCommand = _ENetOutgoingCommand;

Aliased Type§

struct ENetOutgoingCommand {
    pub outgoingCommandList: _ENetListNode,
    pub reliableSequenceNumber: u16,
    pub unreliableSequenceNumber: u16,
    pub sentTime: u32,
    pub roundTripTimeout: u32,
    pub queueTime: u32,
    pub fragmentOffset: u32,
    pub fragmentLength: u16,
    pub sendAttempts: u16,
    pub command: _ENetProtocol,
    pub packet: *mut _ENetPacket,
}

Fields§

§outgoingCommandList: _ENetListNode§reliableSequenceNumber: u16§unreliableSequenceNumber: u16§sentTime: u32§roundTripTimeout: u32§queueTime: u32§fragmentOffset: u32§fragmentLength: u16§sendAttempts: u16§command: _ENetProtocol§packet: *mut _ENetPacket

Trait Implementations§

source§

impl Clone for _ENetOutgoingCommand

source§

fn clone(&self) -> _ENetOutgoingCommand

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 _ENetOutgoingCommand