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
dpy: *mut Display
                           
                           
                           
                           ref_: c_int
                           
                           
                           
                           ncursor: c_int
                           
                           
                           
                           cursors: *mut Cursor
                           
            Trait Implementations
impl Debug for _XcursorCursors[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for _XcursorCursors[src]
fn clone(&self) -> _XcursorCursors[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more