#[repr(C)]pub struct UiLabelT {
pub id: u64,
pub rect: RectT,
pub icon: u32,
pub _padding_364: [c_char; 4],
pub text: *const c_char,
pub tooltip: *const c_char,
}
Fields§
§id: u64
§rect: RectT
§icon: u32
§_padding_364: [c_char; 4]
§text: *const c_char
§tooltip: *const c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiLabelT
impl RefUnwindSafe for UiLabelT
impl !Send for UiLabelT
impl !Sync for UiLabelT
impl Unpin for UiLabelT
impl UnwindSafe for UiLabelT
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