pub struct PlayEntityMovementSpec {
pub entity_id: VarInt,
}
Fields§
§entity_id: VarInt
Trait Implementations§
Source§impl Clone for PlayEntityMovementSpec
impl Clone for PlayEntityMovementSpec
Source§fn clone(&self) -> PlayEntityMovementSpec
fn clone(&self) -> PlayEntityMovementSpec
Returns a duplicate of the value. Read more
1.0.0 · 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 PlayEntityMovementSpec
impl Debug for PlayEntityMovementSpec
Source§impl Deserialize for PlayEntityMovementSpec
impl Deserialize for PlayEntityMovementSpec
fn mc_deserialize(_rest: &[u8]) -> DeserializeResult<'_, Self>
Source§impl From<PlayEntityMovementSpec> for VarInt
impl From<PlayEntityMovementSpec> for VarInt
Source§fn from(other: PlayEntityMovementSpec) -> Self
fn from(other: PlayEntityMovementSpec) -> Self
Converts to this type from the input type.
Source§impl From<VarInt> for PlayEntityMovementSpec
impl From<VarInt> for PlayEntityMovementSpec
Source§impl PartialEq for PlayEntityMovementSpec
impl PartialEq for PlayEntityMovementSpec
Source§impl Serialize for PlayEntityMovementSpec
impl Serialize for PlayEntityMovementSpec
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl StructuralPartialEq for PlayEntityMovementSpec
Auto Trait Implementations§
impl Freeze for PlayEntityMovementSpec
impl RefUnwindSafe for PlayEntityMovementSpec
impl Send for PlayEntityMovementSpec
impl Sync for PlayEntityMovementSpec
impl Unpin for PlayEntityMovementSpec
impl UnwindSafe for PlayEntityMovementSpec
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