Struct webview2_com::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 Abi = CURSORSHAPE
type Abi = CURSORSHAPE
The abi representation of the implementing type. Read more
type DefaultType = CURSORSHAPE
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 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