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