Struct x11_dl::xcursor::_XcursorImage [] [src]

#[repr(C)]
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

Trait Implementations

impl Clone for _XcursorImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for _XcursorImage
[src]