Struct sdl::mouse::Cursor [] [src]

pub struct Cursor {
    pub raw: *mut SDL_Cursor,
    pub owned: bool,
}

Fields

Methods

impl Cursor
[src]

Trait Implementations

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 !=.

impl Drop for Cursor
[src]

A method called when the value goes out of scope. Read more