struct ToGreyscale<T> {
min: T,
max: T,
index: usize,
}
Fields
min: T
max: T
index: usize
Trait Implementations
sourceimpl<T> ImageAdapter<T> for ToGreyscale<T> where
T: Copy + Send + Sub<Output = T> + ToPrimitive,
impl<T> ImageAdapter<T> for ToGreyscale<T> where
T: Copy + Send + Sub<Output = T> + ToPrimitive,
Auto Trait Implementations
impl<T> RefUnwindSafe for ToGreyscale<T> where
T: RefUnwindSafe,
impl<T> Send for ToGreyscale<T> where
T: Send,
impl<T> Sync for ToGreyscale<T> where
T: Sync,
impl<T> Unpin for ToGreyscale<T> where
T: Unpin,
impl<T> UnwindSafe for ToGreyscale<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more