#[repr(u8)]pub enum Afs {
AFS_0 = 0,
AFS_1 = 1,
AFS_2 = 2,
_RESERVED_3 = 3,
}Variants§
AFS_0 = 0
Abs Diff on consecutive green pixels
AFS_1 = 1
Abs Diff on every third green pixels
AFS_2 = 2
Abs Diff on every four green pixels
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Afs
impl Ord for Afs
Source§impl PartialOrd for Afs
impl PartialOrd for Afs
impl Copy for Afs
impl Eq for Afs
impl StructuralPartialEq for Afs
Auto Trait Implementations§
impl Freeze for Afs
impl RefUnwindSafe for Afs
impl Send for Afs
impl Sync for Afs
impl Unpin for Afs
impl UnwindSafe for Afs
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