#[repr(C)]pub struct drmtap_cursor_info {
pub x: i32,
pub y: i32,
pub hot_x: i32,
pub hot_y: i32,
pub width: u32,
pub height: u32,
pub pixels: *mut u32,
pub visible: c_int,
pub _priv: *mut c_void,
}Expand description
Cursor state
Fields§
§x: i32§y: i32§hot_x: i32§hot_y: i32§width: u32§height: u32§pixels: *mut u32§visible: c_int§_priv: *mut c_voidAuto Trait Implementations§
impl Freeze for drmtap_cursor_info
impl RefUnwindSafe for drmtap_cursor_info
impl !Send for drmtap_cursor_info
impl !Sync for drmtap_cursor_info
impl Unpin for drmtap_cursor_info
impl UnsafeUnpin for drmtap_cursor_info
impl UnwindSafe for drmtap_cursor_info
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