pub struct ENetProtocolAcknowledge {
pub header: ENetProtocolCommandHeader,
pub receivedReliableSequenceNumber: u16,
pub receivedSentTime: u16,
}Fields§
§header: ENetProtocolCommandHeader§receivedReliableSequenceNumber: u16§receivedSentTime: u16Trait Implementations§
Source§impl Clone for ENetProtocolAcknowledge
impl Clone for ENetProtocolAcknowledge
Source§fn clone(&self) -> ENetProtocolAcknowledge
fn clone(&self) -> ENetProtocolAcknowledge
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 ENetProtocolAcknowledge
Source§impl Default for ENetProtocolAcknowledge
impl Default for ENetProtocolAcknowledge
Source§fn default() -> ENetProtocolAcknowledge
fn default() -> ENetProtocolAcknowledge
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ENetProtocolAcknowledge
impl RefUnwindSafe for ENetProtocolAcknowledge
impl Send for ENetProtocolAcknowledge
impl Sync for ENetProtocolAcknowledge
impl Unpin for ENetProtocolAcknowledge
impl UnsafeUnpin for ENetProtocolAcknowledge
impl UnwindSafe for ENetProtocolAcknowledge
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