Struct x11::xcursor::_XcursorCursors
source · #[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§
source§impl Clone for _XcursorCursors
impl Clone for _XcursorCursors
source§fn clone(&self) -> _XcursorCursors
fn clone(&self) -> _XcursorCursors
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more