pub enum PixelType {
Gray8,
Gray16,
Gray32Float,
Bgr24,
Bgr48,
Bgr96Float,
Bgra32,
Gray64ComplexFloat,
Bgr192ComplexFloat,
Gray32,
Gray64Float,
}Variants§
Gray8
Gray16
Gray32Float
Bgr24
Bgr48
Bgr96Float
Bgra32
Gray64ComplexFloat
Bgr192ComplexFloat
Gray32
Gray64Float
Implementations§
Trait Implementations§
impl Copy for PixelType
impl Eq for PixelType
impl StructuralPartialEq for PixelType
Auto Trait Implementations§
impl Freeze for PixelType
impl RefUnwindSafe for PixelType
impl Send for PixelType
impl Sync for PixelType
impl Unpin for PixelType
impl UnsafeUnpin for PixelType
impl UnwindSafe for PixelType
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