pub 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: u32Trait Implementations§
Source§impl Clone for ENetProtocolSendFragment
impl Clone for ENetProtocolSendFragment
Source§fn clone(&self) -> ENetProtocolSendFragment
fn clone(&self) -> ENetProtocolSendFragment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ENetProtocolSendFragment
Source§impl Default for ENetProtocolSendFragment
impl Default for ENetProtocolSendFragment
Source§fn default() -> ENetProtocolSendFragment
fn default() -> ENetProtocolSendFragment
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ENetProtocolSendFragment
impl RefUnwindSafe for ENetProtocolSendFragment
impl Send for ENetProtocolSendFragment
impl Sync for ENetProtocolSendFragment
impl Unpin for ENetProtocolSendFragment
impl UnsafeUnpin for ENetProtocolSendFragment
impl UnwindSafe for ENetProtocolSendFragment
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more