#[repr(C)]pub struct mjuiDef_ {
pub type_: c_int,
pub name: [c_char; 40],
pub state: c_int,
pub pdata: *mut c_void,
pub other: [c_char; 300],
pub otherint: c_int,
}Fields§
§type_: c_int§name: [c_char; 40]§state: c_int§pdata: *mut c_void§other: [c_char; 300]§otherint: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for mjuiDef_
impl RefUnwindSafe for mjuiDef_
impl !Send for mjuiDef_
impl !Sync for mjuiDef_
impl Unpin for mjuiDef_
impl UnwindSafe for mjuiDef_
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