Struct webview2_com_sys::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 DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
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