pub type ENetProtocolSendReliable = _ENetProtocolSendReliable;Aliased Type§
#[repr(C, packed(1))]pub struct ENetProtocolSendReliable {
pub header: _ENetProtocolCommandHeader,
pub dataLength: u16,
}Fields§
§header: _ENetProtocolCommandHeader§dataLength: u16