Struct minetest_protocol::wire::command::ActiveObjectRemoveAddSpec
source · pub struct ActiveObjectRemoveAddSpec {
pub removed_object_ids: Array16<u16>,
pub added_objects: Array16<AddedObject>,
}
Fields§
§removed_object_ids: Array16<u16>
§added_objects: Array16<AddedObject>
Trait Implementations§
source§impl Clone for ActiveObjectRemoveAddSpec
impl Clone for ActiveObjectRemoveAddSpec
source§fn clone(&self) -> ActiveObjectRemoveAddSpec
fn clone(&self) -> ActiveObjectRemoveAddSpec
Returns a copy 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 ActiveObjectRemoveAddSpec
impl Debug for ActiveObjectRemoveAddSpec
source§impl Deserialize for ActiveObjectRemoveAddSpec
impl Deserialize for ActiveObjectRemoveAddSpec
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl From<ActiveObjectRemoveAddSpec> for ToClientCommand
impl From<ActiveObjectRemoveAddSpec> for ToClientCommand
source§fn from(value: ActiveObjectRemoveAddSpec) -> Self
fn from(value: ActiveObjectRemoveAddSpec) -> Self
Converts to this type from the input type.
source§impl PartialEq<ActiveObjectRemoveAddSpec> for ActiveObjectRemoveAddSpec
impl PartialEq<ActiveObjectRemoveAddSpec> for ActiveObjectRemoveAddSpec
source§fn eq(&self, other: &ActiveObjectRemoveAddSpec) -> bool
fn eq(&self, other: &ActiveObjectRemoveAddSpec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.