Struct enet_sys::_ENetProtocolHeader[][src]

#[repr(C, packed)]
pub struct _ENetProtocolHeader { pub peerID: enet_uint16, pub sentTime: enet_uint16, }

Fields

Trait Implementations

impl Copy for _ENetProtocolHeader
[src]

impl Clone for _ENetProtocolHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations