#[repr(C)]pub struct SpiceCursorShape {
pub type_: c_int,
pub width: u16,
pub height: u16,
pub hot_spot_x: u16,
pub hot_spot_y: u16,
pub data: gpointer,
}Fields§
§type_: c_int§width: u16§height: u16§hot_spot_x: u16§hot_spot_y: u16§data: gpointerTrait Implementations§
Source§impl Clone for SpiceCursorShape
impl Clone for SpiceCursorShape
Source§fn clone(&self) -> SpiceCursorShape
fn clone(&self) -> SpiceCursorShape
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 SpiceCursorShape
impl Debug for SpiceCursorShape
impl Copy for SpiceCursorShape
Auto Trait Implementations§
impl Freeze for SpiceCursorShape
impl RefUnwindSafe for SpiceCursorShape
impl !Send for SpiceCursorShape
impl !Sync for SpiceCursorShape
impl Unpin for SpiceCursorShape
impl UnwindSafe for SpiceCursorShape
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