#[repr(C, packed(1))]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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _ENetProtocolSendFragment
impl Debug for _ENetProtocolSendFragment
impl Copy for _ENetProtocolSendFragment
Auto Trait Implementations§
impl Freeze for _ENetProtocolSendFragment
impl RefUnwindSafe for _ENetProtocolSendFragment
impl Send for _ENetProtocolSendFragment
impl Sync for _ENetProtocolSendFragment
impl Unpin 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