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