pub type XcursorImage = _XcursorImage;

Aliased Type§

struct XcursorImage {
    pub version: u32,
    pub size: u32,
    pub width: u32,
    pub height: u32,
    pub xhot: u32,
    pub yhot: u32,
    pub delay: u32,
    pub pixels: *mut u32,
}

Fields§

§version: u32§size: u32§width: u32§height: u32§xhot: u32§yhot: u32§delay: u32§pixels: *mut u32

Trait Implementations§

source§

impl Clone for _XcursorImage

source§

fn clone(&self) -> _XcursorImage

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for _XcursorImage

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Copy for _XcursorImage