Struct x11::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 Debug for _XcursorCursors
[src]

Formats the value using the given formatter. Read more

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]

Auto Trait Implementations