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
impl Clone for _XcursorImage
Source§fn clone(&self) -> _XcursorImage
fn clone(&self) -> _XcursorImage
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more