Struct oxygengine_user_interface::resource::UserInterface[][src]

pub struct UserInterface {
Show 18 fields pub pointer_axis_x: String, pub pointer_axis_y: String, pub pointer_action_trigger: String, pub pointer_context_trigger: String, pub navigate_accept: String, pub navigate_cancel: String, pub navigate_up: String, pub navigate_down: String, pub navigate_left: String, pub navigate_right: String, pub navigate_prev: String, pub navigate_next: String, pub text_move_cursor_left: String, pub text_move_cursor_right: String, pub text_move_cursor_start: String, pub text_move_cursor_end: String, pub text_delete_left: String, pub text_delete_right: String, // some fields omitted
}

Fields

pointer_axis_x: Stringpointer_axis_y: Stringpointer_action_trigger: Stringpointer_context_trigger: Stringnavigate_accept: Stringnavigate_cancel: Stringnavigate_up: Stringnavigate_down: Stringnavigate_left: Stringnavigate_right: Stringnavigate_prev: Stringnavigate_next: Stringtext_move_cursor_left: Stringtext_move_cursor_right: Stringtext_move_cursor_start: Stringtext_move_cursor_end: Stringtext_delete_left: Stringtext_delete_right: String

Implementations

Trait Implementations

Returns the “default value” for a type. 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.