pub struct PixelG8(/* private fields */);Expand description
8-bit grey-scale pixel implementation
Trait Implementations§
impl Copy for PixelG8
impl StructuralPartialEq for PixelG8
Auto Trait Implementations§
impl Freeze for PixelG8
impl RefUnwindSafe for PixelG8
impl Send for PixelG8
impl Sync for PixelG8
impl Unpin for PixelG8
impl UnwindSafe for PixelG8
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