Struct screen_framing::Frame [] [src]

pub struct Frame<'a> { /* fields omitted */ }

A captured frame.

Trait Implementations

impl<'a> Image for Frame<'a>
[src]

The kind of pixel that the frame is made of.

The width of the frame in pixels.

The height of the frame in pixels.

Gets the pixel at the specified zero-indexed coordinates. Read more

impl<'a> Sync for Frame<'a>
[src]

impl<'a> Send for Frame<'a>
[src]