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