ENetOutgoingCommand

Type Alias ENetOutgoingCommand 

Source
pub type ENetOutgoingCommand = _ENetOutgoingCommand;

Aliased Type§

#[repr(C)]
pub 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