pub struct IrvLiftingStep {
pub a: f32,
}Expand description
Irreversible lifting step parameters (9/7 DWT).
Fields§
§a: f32Lifting coefficient (Aatk).
Trait Implementations§
Source§impl Clone for IrvLiftingStep
impl Clone for IrvLiftingStep
Source§fn clone(&self) -> IrvLiftingStep
fn clone(&self) -> IrvLiftingStep
Returns a duplicate 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 IrvLiftingStep
impl Debug for IrvLiftingStep
Source§impl Default for IrvLiftingStep
impl Default for IrvLiftingStep
Source§fn default() -> IrvLiftingStep
fn default() -> IrvLiftingStep
Returns the “default value” for a type. Read more
impl Copy for IrvLiftingStep
Auto Trait Implementations§
impl Freeze for IrvLiftingStep
impl RefUnwindSafe for IrvLiftingStep
impl Send for IrvLiftingStep
impl Sync for IrvLiftingStep
impl Unpin for IrvLiftingStep
impl UnsafeUnpin for IrvLiftingStep
impl UnwindSafe for IrvLiftingStep
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