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