Skip to content

Commit

Permalink
Derive Debug and Clone for MstlParams
Browse files Browse the repository at this point in the history
Similar to #5.
  • Loading branch information
sd2k committed Sep 25, 2023
1 parent 021d465 commit e0a9cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mstl_params.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use super::mstl_impl::mstl;
use super::{Error, MstlResult, StlParams};

#[derive(Clone, Debug)]
pub struct MstlParams {
iterate: usize,
lambda: Option<f32>,
Expand Down

0 comments on commit e0a9cda

Please sign in to comment.