Struct enet_sys::_ENetProtocolSendReliable[][src]

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

Fields

Trait Implementations

impl Copy for _ENetProtocolSendReliable
[src]

impl Clone for _ENetProtocolSendReliable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations