Struct enet_sys::_ENetProtocolSendUnreliable [] [src]

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

Fields

Trait Implementations

impl Debug for _ENetProtocolSendUnreliable
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _ENetProtocolSendUnreliable
[src]

impl Clone for _ENetProtocolSendUnreliable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations