pub struct ParamDfs { /* private fields */ }Expand description
DFS marker segment — downsampling factor styles.
Defines per-decomposition-level DWT type (bidirectional, horizontal-only, vertical-only, or none).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParamDfs
impl RefUnwindSafe for ParamDfs
impl Send for ParamDfs
impl Sync for ParamDfs
impl Unpin for ParamDfs
impl UnsafeUnpin for ParamDfs
impl UnwindSafe for ParamDfs
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