Struct winsafe::msg::wm::SetCursor[][src]

pub struct SetCursor {
    pub hwnd: HWND,
    pub hit_test: HT,
    pub mouse_msg: u16,
}
Expand description

WM_SETCURSOR message parameters.

Return type: bool.

Fields

hwnd: HWNDhit_test: HTmouse_msg: u16

Trait Implementations

The specific type of the value returned by the message.

Converts the generic isize return value to the specific type returned by the message. Read more

Converts the specific message parameters struct into the generic WndMsg message struct. Read more

Converts the generic WndMsg parameters struct into the specific message struct. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.