Struct enet_sys::_ENetEvent [] [src]

#[repr(C)]
pub struct _ENetEvent { pub type_: ENetEventType, pub peer: *mut ENetPeer, pub channelID: enet_uint8, pub data: enet_uint32, pub packet: *mut ENetPacket, }

An ENet event as returned by enet_host_service().

@sa enet_host_service

Fields

< type of the event

< peer that generated a connect, disconnect or receive event

< channel on the peer that generated the event, if appropriate

< data associated with the event, if appropriate

< packet associated with the event, if appropriate

Trait Implementations

impl Debug for _ENetEvent
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _ENetEvent
[src]

impl Clone for _ENetEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _ENetEvent

impl !Sync for _ENetEvent