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