oxiphysics-materials 0.1.0

Material properties and material library for the OxiPhysics engine
Documentation
//! # PalmgrenMinor - Trait Implementations
//!
//! This module contains trait implementations for `PalmgrenMinor`.
//!
//! ## Implemented Traits
//!
//! - `Default`
//!
//! 🤖 Generated with [SplitRS](https://github.com/cool-japan/splitrs)

#[allow(unused_imports)]
use super::functions::*;
use super::types::PalmgrenMinor;

impl Default for PalmgrenMinor {
    fn default() -> Self {
        Self::new()
    }
}