Struct wayland_cursor::CursorImageBuffer [−][src]
pub struct CursorImageBuffer { /* fields omitted */ }
Expand description
A buffer containing a cursor image.
You can access the WlBuffer
via Deref
.
Note that this proxy will be considered as “unmanaged” by the crate, as such you should
not try to act on it beyond assigning it to wl_surface
s.
Implementations
Methods from Deref<Target = WlBuffer>
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 any longer once this method is called.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CursorImageBuffer
impl Send for CursorImageBuffer
impl Sync for CursorImageBuffer
impl Unpin for CursorImageBuffer
impl !UnwindSafe for CursorImageBuffer
Blanket Implementations
Mutably borrows from an owned value. Read more