Struct leanshot_xlib::Image[][src]

pub struct Image { /* fields omitted */ }

A handle to an XImage.

Methods

impl Image
[src]

Get the size (in bytes) of the data buffer.

Get the image width

Get the image height

Get the image depth

Get byte order

Produces a PixBuffer

Trait Implementations

impl Drop for Image
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Image

impl !Sync for Image