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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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
Source§type Output = NodeBoxWallmounted
type Output = NodeBoxWallmounted
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl PartialEq for NodeBoxWallmounted
impl PartialEq for NodeBoxWallmounted
Source§impl Serialize for NodeBoxWallmounted
impl Serialize for NodeBoxWallmounted
type Input = NodeBoxWallmounted
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for NodeBoxWallmounted
Auto Trait Implementations§
impl Freeze for NodeBoxWallmounted
impl RefUnwindSafe for NodeBoxWallmounted
impl Send for NodeBoxWallmounted
impl Sync for NodeBoxWallmounted
impl Unpin for NodeBoxWallmounted
impl UnwindSafe for NodeBoxWallmounted
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more