Struct enet_sys::_ENetProtocolCommandHeader [] [src]

#[repr(C, packed)]
pub struct _ENetProtocolCommandHeader { pub command: enet_uint8, pub channelID: enet_uint8, pub reliableSequenceNumber: enet_uint16, }

Fields

Trait Implementations

impl Debug for _ENetProtocolCommandHeader
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _ENetProtocolCommandHeader
[src]

impl Clone for _ENetProtocolCommandHeader
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations