Struct x11_dl::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: XcursorUInt
size: XcursorDim
width: XcursorDim
height: XcursorDim
xhot: XcursorDim
yhot: XcursorDim
delay: XcursorUInt
pixels: *mut XcursorPixel
Trait Implementations
impl Copy for _XcursorImage[src]
impl Clone for _XcursorImage[src]
fn clone(&self) -> _XcursorImage
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more