#[repr(C)]pub struct _mjuiItem {
pub type_: c_int,
pub name: [c_char; 40],
pub state: c_int,
pub pdata: *mut c_void,
pub sectionid: c_int,
pub itemid: c_int,
pub __bindgen_anon_1: _mjuiItem__bindgen_ty_1,
pub rect: mjrRect,
}Fields§
§type_: c_int§name: [c_char; 40]§state: c_int§pdata: *mut c_void§sectionid: c_int§itemid: c_int§__bindgen_anon_1: _mjuiItem__bindgen_ty_1§rect: mjrRectTrait Implementations§
Auto Trait Implementations§
impl Freeze for _mjuiItem
impl RefUnwindSafe for _mjuiItem
impl !Send for _mjuiItem
impl !Sync for _mjuiItem
impl Unpin for _mjuiItem
impl UnsafeUnpin for _mjuiItem
impl UnwindSafe for _mjuiItem
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