Struct enet_sys::_ENetProtocolHeader [] [src]

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

Fields

Trait Implementations

impl Debug for _ENetProtocolHeader
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _ENetProtocolHeader
[src]

impl Clone for _ENetProtocolHeader
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations