Struct x11::xcursor::_XcursorImages
source · [−]#[repr(C)]pub struct _XcursorImages {
pub nimage: c_int,
pub images: *mut *mut XcursorImage,
pub name: *mut c_char,
}
Fields
nimage: c_int
images: *mut *mut XcursorImage
name: *mut c_char
Trait Implementations
sourceimpl Clone for _XcursorImages
impl Clone for _XcursorImages
sourcefn clone(&self) -> _XcursorImages
fn clone(&self) -> _XcursorImages
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 _XcursorImages
impl Debug for _XcursorImages
impl Copy for _XcursorImages
Auto Trait Implementations
impl RefUnwindSafe for _XcursorImages
impl !Send for _XcursorImages
impl !Sync for _XcursorImages
impl Unpin for _XcursorImages
impl UnwindSafe for _XcursorImages
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