Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::HCURSOR [−][src]
#[repr(transparent)]pub struct HCURSOR(pub isize);Tuple Fields
0: isizeImplementations
Trait Implementations
type DefaultType = HCURSOR
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 HCURSOR
impl UnwindSafe for HCURSOR
Blanket Implementations
Mutably borrows from an owned value. Read more