#[repr(C)]pub struct UiTabbarT {Show 13 fields
pub id: u64,
pub rect: RectT,
pub items: *mut UiTabbarItemT,
pub num_items: u32,
pub num_pseudo_items: u32,
pub _padding_770: [c_char; 4],
pub can_drag: bool,
pub can_drag_off: bool,
pub is_dragging_external_tab: bool,
pub _padding_784: [c_char; 1],
pub dragged_external_item: *mut *const c_char,
pub vertical: bool,
pub _padding_793: [c_char; 7],
}Fields§
§id: u64§rect: RectT§items: *mut UiTabbarItemT§num_items: u32§num_pseudo_items: u32§_padding_770: [c_char; 4]§can_drag: bool§can_drag_off: bool§is_dragging_external_tab: bool§_padding_784: [c_char; 1]§dragged_external_item: *mut *const c_char§vertical: bool§_padding_793: [c_char; 7]Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiTabbarT
impl RefUnwindSafe for UiTabbarT
impl !Send for UiTabbarT
impl !Sync for UiTabbarT
impl Unpin for UiTabbarT
impl UnwindSafe for UiTabbarT
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