Struct enet_sys::_ENetOutgoingCommand [] [src]

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

Fields

Trait Implementations

impl Copy for _ENetOutgoingCommand
[src]

impl Clone for _ENetOutgoingCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations