Struct enet_sys::_ENetProtocolSendFragment [] [src]

#[repr(C, packed)]
pub struct _ENetProtocolSendFragment { pub header: ENetProtocolCommandHeader, pub startSequenceNumber: enet_uint16, pub dataLength: enet_uint16, pub fragmentCount: enet_uint32, pub fragmentNumber: enet_uint32, pub totalLength: enet_uint32, pub fragmentOffset: enet_uint32, }

Fields

Trait Implementations

impl Debug for _ENetProtocolSendFragment
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _ENetProtocolSendFragment
[src]

impl Clone for _ENetProtocolSendFragment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations