Struct x11_dl::xcursor::_XcursorCursors [] [src]

#[repr(C)]
pub struct _XcursorCursors { pub dpy: *mut Display, pub ref_: c_int, pub ncursor: c_int, pub cursors: *mut Cursor, }

Fields

Trait Implementations

impl Clone for _XcursorCursors
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for _XcursorCursors
[src]