#[repr(C)]pub struct tagCURSORINFO {
pub cbSize: DWORD,
pub flags: DWORD,
pub hCursor: HCURSOR,
pub ptScreenPos: POINT,
}
Fields§
§cbSize: DWORD
§flags: DWORD
§hCursor: HCURSOR
§ptScreenPos: POINT
Trait Implementations§
Source§impl Clone for tagCURSORINFO
impl Clone for tagCURSORINFO
Source§fn clone(&self) -> tagCURSORINFO
fn clone(&self) -> tagCURSORINFO
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 tagCURSORINFO
impl Debug for tagCURSORINFO
Source§impl Ord for tagCURSORINFO
impl Ord for tagCURSORINFO
Source§fn cmp(&self, other: &tagCURSORINFO) -> Ordering
fn cmp(&self, other: &tagCURSORINFO) -> 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 tagCURSORINFO
impl PartialEq for tagCURSORINFO
Source§impl PartialOrd for tagCURSORINFO
impl PartialOrd for tagCURSORINFO
impl Copy for tagCURSORINFO
impl Eq for tagCURSORINFO
impl StructuralPartialEq for tagCURSORINFO
Auto Trait Implementations§
impl Freeze for tagCURSORINFO
impl RefUnwindSafe for tagCURSORINFO
impl !Send for tagCURSORINFO
impl !Sync for tagCURSORINFO
impl Unpin for tagCURSORINFO
impl UnwindSafe for tagCURSORINFO
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