#[repr(C)]pub struct CURSORINFO {
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 CURSORINFO
impl Clone for CURSORINFO
Source§fn clone(&self) -> CURSORINFO
fn clone(&self) -> CURSORINFO
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 Default for CURSORINFO
impl Default for CURSORINFO
Source§fn default() -> CURSORINFO
fn default() -> CURSORINFO
Returns the “default value” for a type. Read more
impl Copy for CURSORINFO
Auto Trait Implementations§
impl Freeze for CURSORINFO
impl RefUnwindSafe for CURSORINFO
impl !Send for CURSORINFO
impl !Sync for CURSORINFO
impl Unpin for CURSORINFO
impl UnwindSafe for CURSORINFO
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