pub struct ClientsideSetEntityVelocity {
pub entity_id: i32,
pub velocity: LpVector3,
}Fields§
§entity_id: i32§velocity: LpVector3Implementations§
Trait Implementations§
Source§impl Clone for ClientsideSetEntityVelocity
impl Clone for ClientsideSetEntityVelocity
Source§fn clone(&self) -> ClientsideSetEntityVelocity
fn clone(&self) -> ClientsideSetEntityVelocity
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 moreSource§impl Debug for ClientsideSetEntityVelocity
impl Debug for ClientsideSetEntityVelocity
Source§impl IntoPacket<ClientsidePlayPacket> for ClientsideSetEntityVelocity
impl IntoPacket<ClientsidePlayPacket> for ClientsideSetEntityVelocity
fn into_packet(self) -> ClientsidePlayPacket
Source§impl PartialEq for ClientsideSetEntityVelocity
impl PartialEq for ClientsideSetEntityVelocity
Source§fn eq(&self, other: &ClientsideSetEntityVelocity) -> bool
fn eq(&self, other: &ClientsideSetEntityVelocity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientsideSetEntityVelocity
Auto Trait Implementations§
impl Freeze for ClientsideSetEntityVelocity
impl RefUnwindSafe for ClientsideSetEntityVelocity
impl Send for ClientsideSetEntityVelocity
impl Sync for ClientsideSetEntityVelocity
impl Unpin for ClientsideSetEntityVelocity
impl UnsafeUnpin for ClientsideSetEntityVelocity
impl UnwindSafe for ClientsideSetEntityVelocity
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