#[repr(C)]pub struct UiTabbarItemT {Show 15 fields
pub text: *const c_char,
pub id: u64,
pub has_close_box: bool,
pub has_pin: bool,
pub _padding_736: [c_char; 2],
pub pin_type: UiTabPinType,
pub has_border_color: bool,
pub _padding_741: [c_char; 3],
pub border_color: ColorSrgbT,
pub disable_drag: bool,
pub _padding_746: [c_char; 3],
pub out_text_rect: RectT,
pub _padding_750: [c_char; 4],
pub icon: u32,
pub _padding_754: [c_char; 4],
}Fields§
§text: *const c_char§id: u64§has_close_box: bool§has_pin: bool§_padding_736: [c_char; 2]§pin_type: UiTabPinType§has_border_color: bool§_padding_741: [c_char; 3]§border_color: ColorSrgbT§disable_drag: bool§_padding_746: [c_char; 3]§out_text_rect: RectT§_padding_750: [c_char; 4]§icon: u32§_padding_754: [c_char; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiTabbarItemT
impl RefUnwindSafe for UiTabbarItemT
impl !Send for UiTabbarItemT
impl !Sync for UiTabbarItemT
impl Unpin for UiTabbarItemT
impl UnwindSafe for UiTabbarItemT
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