Struct enet_sys::_ENetProtocolDisconnect [] [src]

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

Fields

Trait Implementations

impl Debug for _ENetProtocolDisconnect
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _ENetProtocolDisconnect
[src]

impl Clone for _ENetProtocolDisconnect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations