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_shorty: c_shortwidth: c_ushortheight: c_ushortxhot: c_ushortyhot: c_ushortcursor_serial: c_ulongpixels: *mut c_ulongatom: Atomname: *const c_charTrait Implementations
sourceimpl Clone for XFixesCursorImage
impl Clone for XFixesCursorImage
sourcefn clone(&self) -> XFixesCursorImage
fn clone(&self) -> XFixesCursorImage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for XFixesCursorImage
impl Debug for XFixesCursorImage
sourceimpl PartialEq<XFixesCursorImage> for XFixesCursorImage
impl PartialEq<XFixesCursorImage> for XFixesCursorImage
sourcefn 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 ==. Read more
impl Copy for XFixesCursorImage
impl StructuralPartialEq for XFixesCursorImage
Auto Trait Implementations
impl RefUnwindSafe for XFixesCursorImage
impl !Send for XFixesCursorImage
impl !Sync for XFixesCursorImage
impl Unpin for XFixesCursorImage
impl UnwindSafe for XFixesCursorImage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more