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