Struct webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging::CURSORSHAPE [−][src]
#[repr(C)]pub struct CURSORSHAPE {
pub xHotSpot: i32,
pub yHotSpot: i32,
pub cx: i32,
pub cy: i32,
pub cbWidth: i32,
pub Planes: u8,
pub BitsPixel: u8,
}Fields
xHotSpot: i32yHotSpot: i32cx: i32cy: i32cbWidth: i32Planes: u8BitsPixel: u8Trait 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 CURSORSHAPE
impl Send for CURSORSHAPE
impl Sync for CURSORSHAPE
impl Unpin for CURSORSHAPE
impl UnwindSafe for CURSORSHAPE
Blanket Implementations
Mutably borrows from an owned value. Read more