Struct minetest_protocol::wire::types::NodeBoxWallmounted
source · pub struct NodeBoxWallmounted {
pub wall_top: aabb3f,
pub wall_bottom: aabb3f,
pub wall_side: aabb3f,
}
Fields§
§wall_top: aabb3f
§wall_bottom: aabb3f
§wall_side: aabb3f
Trait Implementations§
source§impl Clone for NodeBoxWallmounted
impl Clone for NodeBoxWallmounted
source§fn clone(&self) -> NodeBoxWallmounted
fn clone(&self) -> NodeBoxWallmounted
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 NodeBoxWallmounted
impl Debug for NodeBoxWallmounted
source§impl Deserialize for NodeBoxWallmounted
impl Deserialize for NodeBoxWallmounted
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl PartialEq<NodeBoxWallmounted> for NodeBoxWallmounted
impl PartialEq<NodeBoxWallmounted> for NodeBoxWallmounted
source§fn eq(&self, other: &NodeBoxWallmounted) -> bool
fn eq(&self, other: &NodeBoxWallmounted) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.