Struct machine_vision_formats::pixel_format::Mono8
source · pub struct Mono8 {}
Expand description
Luminance, 1 byte per pixel. Sometimes also called Gray8.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mono8
impl RefUnwindSafe for Mono8
impl Send for Mono8
impl Sync for Mono8
impl Unpin for Mono8
impl UnwindSafe for Mono8
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