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