Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::CURSORINFO [−][src]
#[repr(C)]pub struct CURSORINFO {
pub cbSize: u32,
pub flags: CURSORINFO_FLAGS,
pub hCursor: HCURSOR,
pub ptScreenPos: POINT,
}Fields
cbSize: u32flags: CURSORINFO_FLAGShCursor: HCURSORptScreenPos: POINTTrait Implementations
type Abi = CURSORINFO
type Abi = CURSORINFO
The abi representation of the implementing type. Read more
type DefaultType = CURSORINFO
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CURSORINFO
impl Send for CURSORINFO
impl Sync for CURSORINFO
impl Unpin for CURSORINFO
impl UnwindSafe for CURSORINFO
Blanket Implementations
Mutably borrows from an owned value. Read more