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