#[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: BYTETrait Implementations§
Source§impl Clone for tagCURSORSHAPE
impl Clone for tagCURSORSHAPE
Source§fn clone(&self) -> tagCURSORSHAPE
fn clone(&self) -> tagCURSORSHAPE
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 tagCURSORSHAPE
impl Debug for tagCURSORSHAPE
impl Copy 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