Struct enet_sys::_ENetProtocolSendUnreliable[][src]

#[repr(C, packed)]
pub struct _ENetProtocolSendUnreliable { pub header: ENetProtocolCommandHeader, pub unreliableSequenceNumber: enet_uint16, pub dataLength: enet_uint16, }

Fields

Trait Implementations

impl Copy for _ENetProtocolSendUnreliable
[src]

impl Clone for _ENetProtocolSendUnreliable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations