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