pub struct CursorShape(pub i64);
Tuple Fields§
§0: i64
Implementations§
Source§impl CursorShape
impl CursorShape
pub const ARROW: CursorShape
pub const IBEAM: CursorShape
pub const POINTING_HAND: CursorShape
pub const CROSS: CursorShape
pub const WAIT: CursorShape
pub const BUSY: CursorShape
pub const DRAG: CursorShape
pub const CAN_DROP: CursorShape
pub const FORBIDDEN: CursorShape
pub const VSIZE: CursorShape
pub const HSIZE: CursorShape
pub const BDIAGSIZE: CursorShape
pub const FDIAGSIZE: CursorShape
pub const MOVE: CursorShape
pub const VSPLIT: CursorShape
pub const HSPLIT: CursorShape
pub const HELP: CursorShape
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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CursorShape
impl Debug for CursorShape
Source§impl From<CursorShape> for i64
impl From<CursorShape> for i64
Source§fn from(v: CursorShape) -> Self
fn from(v: CursorShape) -> Self
Converts to this type from the input type.
Source§impl From<i64> for CursorShape
impl From<i64> for CursorShape
Source§impl FromVariant for CursorShape
impl FromVariant for CursorShape
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for CursorShape
impl Hash for CursorShape
Source§impl Ord for CursorShape
impl Ord for CursorShape
Source§fn cmp(&self, other: &CursorShape) -> Ordering
fn cmp(&self, other: &CursorShape) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CursorShape
impl PartialEq for CursorShape
Source§impl PartialOrd for CursorShape
impl PartialOrd 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.