Struct carboxyl_window::Cursor [] [src]

pub struct Cursor {
    pub position: (f64, f64),
    pub wheel: (f64, f64),
}

Fields

Methods

impl Cursor
[src]

Trait Implementations

impl Clone for Cursor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Cursor
[src]

impl Debug for Cursor
[src]

Formats the value using the given formatter.

impl PartialEq for Cursor
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.