pub struct QrFrame {
pub image: RenderedImage,
pub index: usize,
}Expand description
A single frame of a multipart QR animation.
Fields§
§image: RenderedImageThe rendered RGBA image for this frame.
index: usizeThe part index (0-based).
Auto Trait Implementations§
impl Freeze for QrFrame
impl RefUnwindSafe for QrFrame
impl Send for QrFrame
impl Sync for QrFrame
impl Unpin for QrFrame
impl UnsafeUnpin for QrFrame
impl UnwindSafe for QrFrame
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