pub enum EdgePreservingFilter {
Disabled,
Enabled(EpfParams),
}
Variants§
Implementations§
Trait Implementations§
Source§impl Bundle<Encoding> for EdgePreservingFilter
impl Bundle<Encoding> for EdgePreservingFilter
Source§impl Clone for EdgePreservingFilter
impl Clone for EdgePreservingFilter
Source§fn clone(&self) -> EdgePreservingFilter
fn clone(&self) -> EdgePreservingFilter
Returns a copy 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 EdgePreservingFilter
impl Debug for EdgePreservingFilter
Auto Trait Implementations§
impl Freeze for EdgePreservingFilter
impl RefUnwindSafe for EdgePreservingFilter
impl Send for EdgePreservingFilter
impl Sync for EdgePreservingFilter
impl Unpin for EdgePreservingFilter
impl UnwindSafe for EdgePreservingFilter
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
Source§impl<T, Ctx> BundleDefault<Ctx> for Twhere
T: Default,
impl<T, Ctx> BundleDefault<Ctx> for Twhere
T: Default,
Source§fn default_with_context(_: Ctx) -> T
fn default_with_context(_: Ctx) -> T
Creates a default value with the given context.