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