Struct enet_sys::_ENetAcknowledgement[][src]

#[repr(C)]
pub struct _ENetAcknowledgement { pub acknowledgementList: ENetListNode, pub sentTime: enet_uint32, pub command: ENetProtocol, }

Fields

Trait Implementations

impl Copy for _ENetAcknowledgement
[src]

impl Clone for _ENetAcknowledgement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations