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