Struct glutin::platform::unix::x11::ffi::_XcursorImages [−][src]
#[repr(C)]pub struct _XcursorImages {
pub nimage: i32,
pub images: *mut *mut _XcursorImage,
pub name: *mut i8,
}
Fields
nimage: i32
images: *mut *mut _XcursorImage
name: *mut i8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _XcursorImages
impl !Send for _XcursorImages
impl !Sync for _XcursorImages
impl Unpin for _XcursorImages
impl UnwindSafe for _XcursorImages
Blanket Implementations
Mutably borrows from an owned value. Read more