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