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