Struct x11::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
sourceimpl Clone for _XcursorImage
impl Clone for _XcursorImage
sourcefn clone(&self) -> _XcursorImage
fn clone(&self) -> _XcursorImage
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 _XcursorImage
impl Debug for _XcursorImage
impl Copy for _XcursorImage
Auto Trait Implementations
impl RefUnwindSafe for _XcursorImage
impl !Send for _XcursorImage
impl !Sync for _XcursorImage
impl Unpin for _XcursorImage
impl UnwindSafe for _XcursorImage
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