pub struct RgbaFrame<'a> { /* private fields */ }Expand description
In-memory RGBA image source used by MCV templates.
This type is the boundary object between capture backends and recognition. Callers provide width/height/RGBA bytes once; individual templates decide whether they need grayscale, BGR, or an OCR image internally.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RgbaFrame<'a>
impl<'a> RefUnwindSafe for RgbaFrame<'a>
impl<'a> Send for RgbaFrame<'a>
impl<'a> Sync for RgbaFrame<'a>
impl<'a> Unpin for RgbaFrame<'a>
impl<'a> UnsafeUnpin for RgbaFrame<'a>
impl<'a> UnwindSafe for RgbaFrame<'a>
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