Struct winapi::um::winuser::CURSORINFO
source · #[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 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 Default for CURSORINFO
impl Default for CURSORINFO
source§fn default() -> CURSORINFO
fn default() -> CURSORINFO
Returns the “default value” for a type. Read more