Struct gdk4::CursorBuilder [−][src]
pub struct CursorBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct Cursor
objects.
Implementations
Create a new CursorBuilder
.
Cursor to fall back to if this cursor cannot be displayed.
X position of the cursor hotspot in the cursor image.
Y position of the cursor hotspot in the cursor image.
Name of this this cursor.
The name will be None
if the cursor was created from a texture.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CursorBuilder
impl !Send for CursorBuilder
impl !Sync for CursorBuilder
impl Unpin for CursorBuilder
impl UnwindSafe for CursorBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more