Struct x11::xcursor::_XcursorImage [−] [src]

pub struct _XcursorImage {
    pub version: XcursorUInt,
    pub size: XcursorDim,
    pub width: XcursorDim,
    pub height: XcursorDim,
    pub xhot: XcursorDim,
    pub yhot: XcursorDim,
    pub delay: XcursorUInt,
    pub pixels: *mut XcursorPixel,
}

Fields

version
size
width
height
xhot
yhot
delay
pixels

Trait Implementations

Derived Implementations

impl Copy for _XcursorImage

impl Clone for _XcursorImage

fn clone(&self) -> _XcursorImage

fn clone_from(&mut self, source: &Self)