Struct wayland_client::cursor::CursorImageBuffer
[−]
[src]
pub struct CursorImageBuffer<'a> { /* fields omitted */ }
A buffer containing a cursor image.
Methods from Deref<Target=WlBuffer>
fn destroy(&self) -> RequestResult<()>
destroy a buffer
Destroy a buffer. If and how you need to release the backing storage is defined by the buffer factory interface.
For possible side-effects to a surface, see wl_surface.attach.
This is a destructor, you cannot send requests to this object once this method is called.