Struct wayland_sys::cursor::wl_cursor
source · [−]#[repr(C)]pub struct wl_cursor {
pub image_count: c_uint,
pub images: *mut *mut wl_cursor_image,
pub name: *mut c_char,
}
Fields
image_count: c_uint
images: *mut *mut wl_cursor_image
name: *mut c_char
Auto Trait Implementations
impl RefUnwindSafe for wl_cursor
impl !Send for wl_cursor
impl !Sync for wl_cursor
impl Unpin for wl_cursor
impl UnwindSafe for wl_cursor
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