Struct enet_sys::_ENetProtocolPing [] [src]

#[repr(C, packed)]
pub struct _ENetProtocolPing { pub header: ENetProtocolCommandHeader, }

Fields

Trait Implementations

impl Debug for _ENetProtocolPing
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _ENetProtocolPing
[src]

impl Clone for _ENetProtocolPing
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations