#[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; 500],
}Fields§
§type_: c_int§name: [c_char; 40]§state: c_int§pdata: *mut c_void§other: [c_char; 500]Trait 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