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 Freeze for wl_cursor
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§
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