Struct x11::xfixes::XFixesCursorImage
source · #[repr(C)]pub struct XFixesCursorImage {
pub x: c_short,
pub y: c_short,
pub width: c_ushort,
pub height: c_ushort,
pub xhot: c_ushort,
pub yhot: c_ushort,
pub cursor_serial: c_ulong,
pub pixels: *mut c_ulong,
pub atom: Atom,
pub name: *const c_char,
}
Fields§
§x: c_short
§y: c_short
§width: c_ushort
§height: c_ushort
§xhot: c_ushort
§yhot: c_ushort
§cursor_serial: c_ulong
§pixels: *mut c_ulong
§atom: Atom
§name: *const c_char
Trait Implementations§
source§impl Clone for XFixesCursorImage
impl Clone for XFixesCursorImage
source§fn clone(&self) -> XFixesCursorImage
fn clone(&self) -> XFixesCursorImage
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 moresource§impl Debug for XFixesCursorImage
impl Debug for XFixesCursorImage
source§impl PartialEq<XFixesCursorImage> for XFixesCursorImage
impl PartialEq<XFixesCursorImage> for XFixesCursorImage
source§fn eq(&self, other: &XFixesCursorImage) -> bool
fn eq(&self, other: &XFixesCursorImage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.