Struct x11_dl::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§
source§impl Clone for _XcursorImages
impl Clone for _XcursorImages
source§fn clone(&self) -> _XcursorImages
fn clone(&self) -> _XcursorImages
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 moresource§impl Debug for _XcursorImages
impl Debug for _XcursorImages
impl Copy for _XcursorImages
Auto Trait Implementations§
impl Freeze for _XcursorImages
impl RefUnwindSafe for _XcursorImages
impl !Send for _XcursorImages
impl !Sync for _XcursorImages
impl Unpin for _XcursorImages
impl UnwindSafe for _XcursorImages
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more