Struct xcursor::CursorTheme
source · pub struct CursorTheme { /* private fields */ }
Expand description
A cursor theme.
Implementations§
Trait Implementations§
source§impl Clone for CursorTheme
impl Clone for CursorTheme
source§fn clone(&self) -> CursorTheme
fn clone(&self) -> CursorTheme
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CursorTheme
impl Debug for CursorTheme
source§impl PartialEq for CursorTheme
impl PartialEq for CursorTheme
source§fn eq(&self, other: &CursorTheme) -> bool
fn eq(&self, other: &CursorTheme) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CursorTheme
impl StructuralEq for CursorTheme
impl StructuralPartialEq for CursorTheme
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§
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