#[repr(C)]pub struct evdi_cursor_set {
pub hot_x: i32,
pub hot_y: i32,
pub width: u32,
pub height: u32,
pub enabled: u8,
pub buffer_length: u32,
pub buffer: *mut u32,
pub pixel_format: u32,
pub stride: u32,
}Fields§
§hot_x: i32§hot_y: i32§width: u32§height: u32§enabled: u8§buffer_length: u32§buffer: *mut u32§pixel_format: u32§stride: u32Trait Implementations§
Source§impl Clone for evdi_cursor_set
impl Clone for evdi_cursor_set
Source§fn clone(&self) -> evdi_cursor_set
fn clone(&self) -> evdi_cursor_set
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for evdi_cursor_set
impl Debug for evdi_cursor_set
impl Copy for evdi_cursor_set
Auto Trait Implementations§
impl Freeze for evdi_cursor_set
impl RefUnwindSafe for evdi_cursor_set
impl !Send for evdi_cursor_set
impl !Sync for evdi_cursor_set
impl Unpin for evdi_cursor_set
impl UnwindSafe for evdi_cursor_set
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