pub struct CursorShape { /* private fields */ }
Implementations§
Source§impl CursorShape
impl CursorShape
Sourcepub const ARROW: CursorShape
pub const ARROW: CursorShape
Godot enumerator name: CURSOR_ARROW
Sourcepub const IBEAM: CursorShape
pub const IBEAM: CursorShape
Godot enumerator name: CURSOR_IBEAM
Sourcepub const POINTING_HAND: CursorShape
pub const POINTING_HAND: CursorShape
Godot enumerator name: CURSOR_POINTING_HAND
Sourcepub const CROSS: CursorShape
pub const CROSS: CursorShape
Godot enumerator name: CURSOR_CROSS
Sourcepub const WAIT: CursorShape
pub const WAIT: CursorShape
Godot enumerator name: CURSOR_WAIT
Sourcepub const BUSY: CursorShape
pub const BUSY: CursorShape
Godot enumerator name: CURSOR_BUSY
Sourcepub const DRAG: CursorShape
pub const DRAG: CursorShape
Godot enumerator name: CURSOR_DRAG
Sourcepub const CAN_DROP: CursorShape
pub const CAN_DROP: CursorShape
Godot enumerator name: CURSOR_CAN_DROP
Sourcepub const FORBIDDEN: CursorShape
pub const FORBIDDEN: CursorShape
Godot enumerator name: CURSOR_FORBIDDEN
Sourcepub const VSIZE: CursorShape
pub const VSIZE: CursorShape
Godot enumerator name: CURSOR_VSIZE
Sourcepub const HSIZE: CursorShape
pub const HSIZE: CursorShape
Godot enumerator name: CURSOR_HSIZE
Sourcepub const BDIAGSIZE: CursorShape
pub const BDIAGSIZE: CursorShape
Godot enumerator name: CURSOR_BDIAGSIZE
Sourcepub const FDIAGSIZE: CursorShape
pub const FDIAGSIZE: CursorShape
Godot enumerator name: CURSOR_FDIAGSIZE
Sourcepub const MOVE: CursorShape
pub const MOVE: CursorShape
Godot enumerator name: CURSOR_MOVE
Sourcepub const VSPLIT: CursorShape
pub const VSPLIT: CursorShape
Godot enumerator name: CURSOR_VSPLIT
Sourcepub const HSPLIT: CursorShape
pub const HSPLIT: CursorShape
Godot enumerator name: CURSOR_HSPLIT
Sourcepub const HELP: CursorShape
pub const HELP: CursorShape
Godot enumerator name: CURSOR_HELP
Trait Implementations§
Source§impl Clone for CursorShape
impl Clone for CursorShape
Source§fn clone(&self) -> CursorShape
fn clone(&self) -> CursorShape
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CursorShape
impl Debug for CursorShape
Source§impl EngineEnum for CursorShape
impl EngineEnum for CursorShape
Source§impl FromGodot for CursorShape
impl FromGodot for CursorShape
Source§fn try_from_godot(via: Self::Via) -> Result<Self, ConvertError>
fn try_from_godot(via: Self::Via) -> Result<Self, ConvertError>
Converts the Godot representation to this type, returning
Err
on failure.Source§fn from_godot(via: Self::Via) -> Self
fn from_godot(via: Self::Via) -> Self
⚠️ Converts the Godot representation to this type. Read more
Source§fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
Performs the conversion from a [
Variant
], returning Err
on failure.Source§fn from_variant(variant: &Variant) -> Self
fn from_variant(variant: &Variant) -> Self
⚠️ Performs the conversion from a [
Variant
]. Read moreSource§impl GodotConvert for CursorShape
impl GodotConvert for CursorShape
Source§impl Hash for CursorShape
impl Hash for CursorShape
Source§impl PartialEq for CursorShape
impl PartialEq for CursorShape
Source§impl ToGodot for CursorShape
impl ToGodot for CursorShape
impl Copy for CursorShape
impl Eq for CursorShape
impl StructuralPartialEq for CursorShape
Auto Trait Implementations§
impl Freeze for CursorShape
impl RefUnwindSafe for CursorShape
impl Send for CursorShape
impl Sync for CursorShape
impl Unpin for CursorShape
impl UnwindSafe for CursorShape
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more