#[repr(C)]pub struct _mjUI {Show 22 fields
pub spacing: mjuiThemeSpacing,
pub color: mjuiThemeColor,
pub predicate: mjfItemEnable,
pub userdata: *mut c_void,
pub rectid: c_int,
pub auxid: c_int,
pub radiocol: c_int,
pub width: c_int,
pub height: c_int,
pub maxheight: c_int,
pub scroll: c_int,
pub mousesect: c_int,
pub mouseitem: c_int,
pub mousehelp: c_int,
pub editsect: c_int,
pub edititem: c_int,
pub editcursor: c_int,
pub editscroll: c_int,
pub edittext: [c_char; 500],
pub editchanged: *mut mjuiItem,
pub nsect: c_int,
pub sect: [mjuiSection; 10],
}Fields§
§spacing: mjuiThemeSpacing§color: mjuiThemeColor§predicate: mjfItemEnable§userdata: *mut c_void§rectid: c_int§auxid: c_int§radiocol: c_int§width: c_int§height: c_int§maxheight: c_int§scroll: c_int§mousesect: c_int§mouseitem: c_int§mousehelp: c_int§editsect: c_int§edititem: c_int§editcursor: c_int§editscroll: c_int§edittext: [c_char; 500]§editchanged: *mut mjuiItem§nsect: c_int§sect: [mjuiSection; 10]Trait Implementations§
Auto Trait Implementations§
impl Freeze for _mjUI
impl RefUnwindSafe for _mjUI
impl !Send for _mjUI
impl !Sync for _mjUI
impl Unpin for _mjUI
impl UnwindSafe for _mjUI
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