#[repr(C)]pub struct UiTabbarResultT {
pub event: UiTabbarEvent,
pub item: u32,
pub new_position: u32,
pub drag_offset: Vec2T,
pub hovered_item: u32,
pub hover: bool,
pub _padding_839: [c_char; 3],
}Fields§
§event: UiTabbarEvent§item: u32§new_position: u32§drag_offset: Vec2T§hovered_item: u32§hover: bool§_padding_839: [c_char; 3]Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiTabbarResultT
impl RefUnwindSafe for UiTabbarResultT
impl Send for UiTabbarResultT
impl Sync for UiTabbarResultT
impl Unpin for UiTabbarResultT
impl UnwindSafe for UiTabbarResultT
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