pub struct RestorationFilter {
pub gab: Gabor,
pub epf: EdgePreservingFilter,
pub extensions: Extensions,
/* private fields */
}
Fields§
§gab: Gabor
§epf: EdgePreservingFilter
§extensions: Extensions
Trait Implementations§
Source§impl Bundle<Encoding> for RestorationFilter
impl Bundle<Encoding> for RestorationFilter
Source§impl BundleDefault<Encoding> for RestorationFilter
impl BundleDefault<Encoding> for RestorationFilter
Source§fn default_with_context(encoding: Encoding) -> Selfwhere
Self: Sized,
fn default_with_context(encoding: Encoding) -> Selfwhere
Self: Sized,
Creates a default value with the given context.
Auto Trait Implementations§
impl Freeze for RestorationFilter
impl RefUnwindSafe for RestorationFilter
impl Send for RestorationFilter
impl Sync for RestorationFilter
impl Unpin for RestorationFilter
impl UnwindSafe for RestorationFilter
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