Struct enet_sys::ENetOutgoingCommand [] [src]

#[repr(C)]
pub struct ENetOutgoingCommand { pub outgoingCommandList: ENetListNode, pub reliableSequenceNumber: uint16_t, pub unreliableSequenceNumber: uint16_t, pub sentTime: uint32_t, pub roundTripTimeout: uint32_t, pub roundTripTimeoutLimit: uint32_t, pub fragmentOffset: uint32_t, pub fragmentLength: uint16_t, pub sendAttempts: uint16_t, pub command: ENetProtocol, pub packet: *mut ENetPacket, }

Fields