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
sourceimpl Clone for _XcursorCursors
impl Clone for _XcursorCursors
sourcefn clone(&self) -> _XcursorCursors
fn clone(&self) -> _XcursorCursors
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _XcursorCursors
impl Debug for _XcursorCursors
impl Copy for _XcursorCursors
Auto Trait Implementations
impl RefUnwindSafe for _XcursorCursors
impl !Send for _XcursorCursors
impl !Sync for _XcursorCursors
impl Unpin for _XcursorCursors
impl UnwindSafe for _XcursorCursors
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more