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