pub type XcursorCursors = _XcursorCursors;
Aliased Type§
struct XcursorCursors {
pub dpy: *mut _XDisplay,
pub ref_: i32,
pub ncursor: i32,
pub cursors: *mut u64,
}
Fields§
§dpy: *mut _XDisplay
§ref_: i32
§ncursor: i32
§cursors: *mut u64
Trait Implementations
Source§impl Clone for _XcursorCursors
impl Clone for _XcursorCursors
Source§fn clone(&self) -> _XcursorCursors
fn clone(&self) -> _XcursorCursors
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 more