pub struct AiVisionColorCode(/* private fields */);
Expand description
A color code used by an AI Vision Sensor to detect groups of color blobs.
The color code can have up to 7 color signatures. When the colors in a color code are detected next to eachother, the sensor will detect the color code.
Implementations§
Trait Implementations§
Source§impl From<(u8,)> for AiVisionColorCode
impl From<(u8,)> for AiVisionColorCode
Auto Trait Implementations§
impl Freeze for AiVisionColorCode
impl RefUnwindSafe for AiVisionColorCode
impl Send for AiVisionColorCode
impl Sync for AiVisionColorCode
impl Unpin for AiVisionColorCode
impl UnwindSafe for AiVisionColorCode
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