Struct x11::xrender::_XAnimCursor
source · #[repr(C)]pub struct _XAnimCursor {
pub cursor: Cursor,
pub delay: c_ulong,
}
Fields§
§cursor: Cursor
§delay: c_ulong
Trait Implementations§
source§impl Clone for _XAnimCursor
impl Clone for _XAnimCursor
source§fn clone(&self) -> _XAnimCursor
fn clone(&self) -> _XAnimCursor
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 _XAnimCursor
impl Debug for _XAnimCursor
source§impl PartialEq<_XAnimCursor> for _XAnimCursor
impl PartialEq<_XAnimCursor> for _XAnimCursor
source§fn 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 ==
.