Type Alias ENetOutgoingCommand
Source pub type ENetOutgoingCommand = _ENetOutgoingCommand;
#[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,
}
§outgoingCommandList: _ENetListNode§command: _ENetProtocol