Struct oxygengine_user_interface::resource::UserInterfaceRes [−][src]
pub struct UserInterfaceRes {}Show 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: String
pointer_axis_y: String
pointer_action_trigger: String
pointer_context_trigger: String
text_move_cursor_left: String
text_move_cursor_right: String
text_move_cursor_start: String
text_move_cursor_end: String
text_delete_left: String
text_delete_right: String
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for UserInterfaceRes
impl Send for UserInterfaceRes
impl Sync for UserInterfaceRes
impl Unpin for UserInterfaceRes
impl !UnwindSafe for UserInterfaceRes
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more
impl<T> TryDefault for T where
T: Default,
impl<T> TryDefault for T where
T: Default,
pub fn try_default() -> Result<T, String>
pub fn try_default() -> Result<T, String>
Tries to create the default.
fn unwrap_default() -> Self
fn unwrap_default() -> Self
Calls try_default
and panics on an error case.