Union enet_sys::_ENetProtocol[][src]

#[repr(C, packed)]
pub union _ENetProtocol { pub header: ENetProtocolCommandHeader, pub acknowledge: ENetProtocolAcknowledge, pub connect: ENetProtocolConnect, pub verifyConnect: ENetProtocolVerifyConnect, pub disconnect: ENetProtocolDisconnect, pub ping: ENetProtocolPing, pub sendReliable: ENetProtocolSendReliable, pub sendUnreliable: ENetProtocolSendUnreliable, pub sendUnsequenced: ENetProtocolSendUnsequenced, pub sendFragment: ENetProtocolSendFragment, pub bandwidthLimit: ENetProtocolBandwidthLimit, pub throttleConfigure: ENetProtocolThrottleConfigure, // some fields omitted }

Fields

Trait Implementations

impl Copy for _ENetProtocol
[src]

impl Clone for _ENetProtocol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations