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