pub struct RevLiftingStep {
pub a: i16,
pub b: i16,
pub e: u8,
}Expand description
Reversible lifting step parameters (5/3 DWT).
Fields§
§a: i16Lifting coefficient (Aatk).
b: i16Additive residue (Batk).
e: u8Power-of-2 shift (Eatk).
Trait Implementations§
Source§impl Clone for RevLiftingStep
impl Clone for RevLiftingStep
Source§fn clone(&self) -> RevLiftingStep
fn clone(&self) -> RevLiftingStep
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 RevLiftingStep
impl Debug for RevLiftingStep
Source§impl Default for RevLiftingStep
impl Default for RevLiftingStep
Source§fn default() -> RevLiftingStep
fn default() -> RevLiftingStep
Returns the “default value” for a type. Read more
impl Copy for RevLiftingStep
Auto Trait Implementations§
impl Freeze for RevLiftingStep
impl RefUnwindSafe for RevLiftingStep
impl Send for RevLiftingStep
impl Sync for RevLiftingStep
impl Unpin for RevLiftingStep
impl UnsafeUnpin for RevLiftingStep
impl UnwindSafe for RevLiftingStep
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