#[repr(C)]pub struct CURSORINFO {
pub flags: CURSOR,
pub hCursor: HCURSOR,
pub ptScreenPost: POINT,
/* private fields */
}
Available on crate feature
user
only.Expand description
CURSORINFO
struct.
Fields§
§flags: CURSOR
§hCursor: HCURSOR
§ptScreenPost: POINT
Trait Implementations§
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