#[repr(C)]pub struct mjTask_ {
pub func: mjfTask,
pub args: *mut c_void,
pub status: c_int,
}Fields§
§func: mjfTask§args: *mut c_void§status: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for mjTask_
impl RefUnwindSafe for mjTask_
impl !Send for mjTask_
impl !Sync for mjTask_
impl Unpin for mjTask_
impl UnwindSafe for mjTask_
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