pub trait NSCursor: Sized {
Show 21 methods
// Required methods
unsafe fn alloc(_: Self) -> id;
unsafe fn current_cursor(_: Self) -> id;
unsafe fn current_system_cursor(_: Self) -> id;
unsafe fn arrow_cursor(_: Self) -> id;
unsafe fn contextual_menu_cursor(_: Self) -> id;
unsafe fn closed_hand_cursor(_: Self) -> id;
unsafe fn crosshair_cursor(_: Self) -> id;
unsafe fn disappearing_item_cursor(_: Self) -> id;
unsafe fn drag_copy_cursor(_: Self) -> id;
unsafe fn drag_link_cursor(_: Self) -> id;
unsafe fn i_beam_cursor(_: Self) -> id;
unsafe fn open_hand_cursor(_: Self) -> id;
unsafe fn operation_not_allowed_cursor(_: Self) -> id;
unsafe fn pointing_hand_cursor(_: Self) -> id;
unsafe fn resize_down_cursor(_: Self) -> id;
unsafe fn resize_left_cursor(_: Self) -> id;
unsafe fn resize_left_right_cursor(_: Self) -> id;
unsafe fn resize_right_cursor(_: Self) -> id;
unsafe fn resize_up_cursor(_: Self) -> id;
unsafe fn resize_up_down_cursor(_: Self) -> id;
unsafe fn i_beam_cursor_for_vertical_layout(_: Self) -> id;
}
Required Methods§
unsafe fn alloc(_: Self) -> id
unsafe fn current_cursor(_: Self) -> id
unsafe fn current_system_cursor(_: Self) -> id
unsafe fn arrow_cursor(_: Self) -> id
unsafe fn closed_hand_cursor(_: Self) -> id
unsafe fn crosshair_cursor(_: Self) -> id
unsafe fn disappearing_item_cursor(_: Self) -> id
unsafe fn drag_copy_cursor(_: Self) -> id
unsafe fn drag_link_cursor(_: Self) -> id
unsafe fn i_beam_cursor(_: Self) -> id
unsafe fn open_hand_cursor(_: Self) -> id
unsafe fn operation_not_allowed_cursor(_: Self) -> id
unsafe fn pointing_hand_cursor(_: Self) -> id
unsafe fn resize_down_cursor(_: Self) -> id
unsafe fn resize_left_cursor(_: Self) -> id
unsafe fn resize_left_right_cursor(_: Self) -> id
unsafe fn resize_right_cursor(_: Self) -> id
unsafe fn resize_up_cursor(_: Self) -> id
unsafe fn resize_up_down_cursor(_: Self) -> id
unsafe fn i_beam_cursor_for_vertical_layout(_: Self) -> id
Object Safety§
This trait is not object safe.