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