Struct x11cap::Image [] [src]

pub struct Image { /* fields omitted */ }

A captured image

Wrapper that guarantees correct destruction

Methods

impl Image
[src]

Trait Implementations

impl Debug for Image
[src]

Formats the value using the given formatter.

impl Drop for Image
[src]

A method called when the value goes out of scope. Read more