Struct gdk4::builders::CursorBuilder
source · [−]pub struct CursorBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct Cursor
objects.
Implementations
sourceimpl CursorBuilder
impl CursorBuilder
sourcepub fn new() -> Self
pub fn new() -> Self
Create a new CursorBuilder
.
pub fn fallback(self, fallback: &Cursor) -> Self
pub fn hotspot_x(self, hotspot_x: i32) -> Self
pub fn hotspot_y(self, hotspot_y: i32) -> Self
pub fn name(self, name: &str) -> Self
pub fn texture(self, texture: &impl IsA<Texture>) -> Self
Trait Implementations
sourceimpl Clone for CursorBuilder
impl Clone for CursorBuilder
sourcefn clone(&self) -> CursorBuilder
fn clone(&self) -> CursorBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for CursorBuilder
impl Default for CursorBuilder
sourcefn default() -> CursorBuilder
fn default() -> CursorBuilder
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more