x11_dl::xcursor

Type Alias XcursorCursors

Source
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

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

impl Copy for _XcursorCursors