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

source§

fn clone(&self) -> _XcursorCursors

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _XcursorCursors

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Copy for _XcursorCursors