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