#[repr(C)]pub struct tagCURSORSHAPE {
pub xHotSpot: c_int,
pub yHotSpot: c_int,
pub cx: c_int,
pub cy: c_int,
pub cbWidth: c_int,
pub Planes: BYTE,
pub BitsPixel: BYTE,
}
Fields§
§xHotSpot: c_int
§yHotSpot: c_int
§cx: c_int
§cy: c_int
§cbWidth: c_int
§Planes: BYTE
§BitsPixel: BYTE
Trait Implementations§
Source§impl Clone for tagCURSORSHAPE
impl Clone for tagCURSORSHAPE
Source§fn clone(&self) -> tagCURSORSHAPE
fn clone(&self) -> tagCURSORSHAPE
Returns a copy 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 tagCURSORSHAPE
impl Debug for tagCURSORSHAPE
Source§impl Ord for tagCURSORSHAPE
impl Ord for tagCURSORSHAPE
Source§fn cmp(&self, other: &tagCURSORSHAPE) -> Ordering
fn cmp(&self, other: &tagCURSORSHAPE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagCURSORSHAPE
impl PartialEq for tagCURSORSHAPE
Source§impl PartialOrd for tagCURSORSHAPE
impl PartialOrd for tagCURSORSHAPE
impl Copy for tagCURSORSHAPE
impl Eq for tagCURSORSHAPE
impl StructuralPartialEq for tagCURSORSHAPE
Auto Trait Implementations§
impl Freeze for tagCURSORSHAPE
impl RefUnwindSafe for tagCURSORSHAPE
impl Send for tagCURSORSHAPE
impl Sync for tagCURSORSHAPE
impl Unpin for tagCURSORSHAPE
impl UnwindSafe for tagCURSORSHAPE
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