Struct wayland_client::cursor::CursorTheme [] [src]

pub struct CursorTheme { /* fields omitted */ }

Represents a cursor theme loaded from the system.

Methods

impl CursorTheme
[src]

[src]

Retrieve a cursor from the theme.

Returns None if this cursor is not provided by the theme.

Panics if the name contains an interior null.

Trait Implementations

impl Send for CursorTheme
[src]

impl Drop for CursorTheme
[src]

[src]

Executes the destructor for this type. Read more