pub struct SelectFrame {
pub offset_ms: u64,
pub gray: Vec<u8>,
}Expand description
One burst frame for select_park_frame: its capture offset (ms after the layer edge)
and the decoded grayscale (w*h, row-major).
Fields§
§offset_ms: u64§gray: Vec<u8>Auto Trait Implementations§
impl Freeze for SelectFrame
impl RefUnwindSafe for SelectFrame
impl Send for SelectFrame
impl Sync for SelectFrame
impl Unpin for SelectFrame
impl UnsafeUnpin for SelectFrame
impl UnwindSafe for SelectFrame
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