Struct machinery_api::plugins::ui::UiTabbarT[][src]

#[repr(C)]
pub struct UiTabbarT { pub id: u64, pub rect: RectT, pub items: *mut UiTabbarItemT, pub num_items: u32, pub can_drag: bool, pub can_drag_off: bool, pub is_dragging_external_tab: bool, pub _padding_747: [c_char; 1], pub dragged_external_item: *mut *const c_char, }

Fields

id: u64rect: RectTitems: *mut UiTabbarItemTnum_items: u32can_drag: boolcan_drag_off: boolis_dragging_external_tab: bool_padding_747: [c_char; 1]dragged_external_item: *mut *const c_char

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.