Struct xcursor::CursorTheme [−][src]
pub struct CursorTheme { /* fields omitted */ }
Expand description
A cursor theme.
Implementations
Search for a theme with the given name in the given search paths, and returns an XCursorTheme which represents it. If no inheritance can be determined, then the themes inherits from the “default” theme.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CursorTheme
impl Send for CursorTheme
impl Sync for CursorTheme
impl Unpin for CursorTheme
impl UnwindSafe for CursorTheme
Blanket Implementations
Mutably borrows from an owned value. Read more