Struct minetest_protocol::wire::types::NodeBoxConnected
source · pub struct NodeBoxConnected {Show 15 fields
pub fixed: Array16<aabb3f>,
pub connect_top: Array16<aabb3f>,
pub connect_bottom: Array16<aabb3f>,
pub connect_front: Array16<aabb3f>,
pub connect_left: Array16<aabb3f>,
pub connect_back: Array16<aabb3f>,
pub connect_right: Array16<aabb3f>,
pub disconnected_top: Array16<aabb3f>,
pub disconnected_bottom: Array16<aabb3f>,
pub disconnected_front: Array16<aabb3f>,
pub disconnected_left: Array16<aabb3f>,
pub disconnected_back: Array16<aabb3f>,
pub disconnected_right: Array16<aabb3f>,
pub disconnected: Array16<aabb3f>,
pub disconnected_sides: Array16<aabb3f>,
}
Fields§
§fixed: Array16<aabb3f>
§connect_top: Array16<aabb3f>
§connect_bottom: Array16<aabb3f>
§connect_front: Array16<aabb3f>
§connect_left: Array16<aabb3f>
§connect_back: Array16<aabb3f>
§connect_right: Array16<aabb3f>
§disconnected_top: Array16<aabb3f>
§disconnected_bottom: Array16<aabb3f>
§disconnected_front: Array16<aabb3f>
§disconnected_left: Array16<aabb3f>
§disconnected_back: Array16<aabb3f>
§disconnected_right: Array16<aabb3f>
§disconnected: Array16<aabb3f>
§disconnected_sides: Array16<aabb3f>
Trait Implementations§
source§impl Clone for NodeBoxConnected
impl Clone for NodeBoxConnected
source§fn clone(&self) -> NodeBoxConnected
fn clone(&self) -> NodeBoxConnected
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 NodeBoxConnected
impl Debug for NodeBoxConnected
source§impl Deserialize for NodeBoxConnected
impl Deserialize for NodeBoxConnected
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl PartialEq<NodeBoxConnected> for NodeBoxConnected
impl PartialEq<NodeBoxConnected> for NodeBoxConnected
source§fn eq(&self, other: &NodeBoxConnected) -> bool
fn eq(&self, other: &NodeBoxConnected) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.