#[repr(C)]pub struct UiMenuT {
pub pos: Vec2T,
pub items: *const UiMenuItemT,
pub num_items: u32,
pub _padding_679: [c_char; 4],
}
Fields§
§pos: Vec2T
§items: *const UiMenuItemT
§num_items: u32
§_padding_679: [c_char; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiMenuT
impl RefUnwindSafe for UiMenuT
impl !Send for UiMenuT
impl !Sync for UiMenuT
impl Unpin for UiMenuT
impl UnwindSafe for UiMenuT
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