Struct enet_sys::ENetAcknowledgement [] [src]

pub struct ENetAcknowledgement {
    pub achnowledgementList: ENetListNode,
    pub sentTime: uint32_t,
    pub command: ENetProtocol,
}

Fields

achnowledgementList: ENetListNode sentTime: uint32_t command: ENetProtocol