pub type ENetProtocolSendFragment = _ENetProtocolSendFragment;

Aliased Type§

struct ENetProtocolSendFragment {
    pub header: _ENetProtocolCommandHeader,
    pub startSequenceNumber: u16,
    pub dataLength: u16,
    pub fragmentCount: u32,
    pub fragmentNumber: u32,
    pub totalLength: u32,
    pub fragmentOffset: u32,
}

Fields§

§header: _ENetProtocolCommandHeader§startSequenceNumber: u16§dataLength: u16§fragmentCount: u32§fragmentNumber: u32§totalLength: u32§fragmentOffset: u32

Trait Implementations§

source§

impl Clone for _ENetProtocolSendFragment

source§

fn clone(&self) -> _ENetProtocolSendFragment

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for _ENetProtocolSendFragment