#[repr(C)]pub struct UiMenuResultT {
pub selected_item_id: u64,
pub selected_text: *const c_char,
pub highlighted_item_id: u64,
pub submenu_pos: Vec2T,
}
Fields§
§selected_item_id: u64
§selected_text: *const c_char
§highlighted_item_id: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiMenuResultT
impl RefUnwindSafe for UiMenuResultT
impl !Send for UiMenuResultT
impl !Sync for UiMenuResultT
impl Unpin for UiMenuResultT
impl UnwindSafe for UiMenuResultT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more