#[repr(C)]pub struct mjVFS_ {
pub impl_: *mut c_void,
}Fields§
§impl_: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for mjVFS_
impl RefUnwindSafe for mjVFS_
impl !Send for mjVFS_
impl !Sync for mjVFS_
impl Unpin for mjVFS_
impl UnwindSafe for mjVFS_
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