Struct x11::xrender::_XAnimCursor
source · [−]Fields
cursor: Cursor
delay: c_ulong
Trait Implementations
sourceimpl Clone for _XAnimCursor
impl Clone for _XAnimCursor
sourcefn clone(&self) -> _XAnimCursor
fn clone(&self) -> _XAnimCursor
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _XAnimCursor
impl Debug for _XAnimCursor
sourceimpl PartialEq<_XAnimCursor> for _XAnimCursor
impl PartialEq<_XAnimCursor> for _XAnimCursor
sourcefn eq(&self, other: &_XAnimCursor) -> bool
fn eq(&self, other: &_XAnimCursor) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for _XAnimCursor
impl StructuralPartialEq for _XAnimCursor
Auto Trait Implementations
impl RefUnwindSafe for _XAnimCursor
impl Send for _XAnimCursor
impl Sync for _XAnimCursor
impl Unpin for _XAnimCursor
impl UnwindSafe for _XAnimCursor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more