Struct x11_dl::xcursor::_XcursorImage
source · #[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§
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 moresource§impl Debug for _XcursorImage
impl Debug for _XcursorImage
impl Copy for _XcursorImage
Auto Trait Implementations§
impl Freeze for _XcursorImage
impl RefUnwindSafe for _XcursorImage
impl !Send for _XcursorImage
impl !Sync for _XcursorImage
impl Unpin for _XcursorImage
impl UnwindSafe for _XcursorImage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more