#[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: POINTTrait Implementations§
Source§impl Clone for tagCURSORINFO
impl Clone for tagCURSORINFO
Source§fn clone(&self) -> tagCURSORINFO
fn clone(&self) -> tagCURSORINFO
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tagCURSORINFO
Auto Trait Implementations§
impl !Send for tagCURSORINFO
impl !Sync for tagCURSORINFO
impl Freeze for tagCURSORINFO
impl RefUnwindSafe for tagCURSORINFO
impl Unpin for tagCURSORINFO
impl UnsafeUnpin 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