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