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