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