#[repr(u8)]pub(crate) enum RowFilter {
NoFilter = 0,
Sub = 1,
Up = 2,
Avg = 3,
Paeth = 4,
}Expand description
Unlike the public Filter, does not include the “Adaptive” option
Variants§
Implementations§
Trait Implementations§
impl Copy for RowFilter
impl Eq for RowFilter
impl StructuralPartialEq for RowFilter
Auto Trait Implementations§
impl Freeze for RowFilter
impl RefUnwindSafe for RowFilter
impl Send for RowFilter
impl Sync for RowFilter
impl Unpin for RowFilter
impl UnsafeUnpin for RowFilter
impl UnwindSafe for RowFilter
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