pub type mjVFS = _mjVFS;Aliased Type§
#[repr(C)]pub struct mjVFS {
pub nfile: i32,
pub filename: [[i8; 100]; 200],
pub filesize: [i32; 200],
pub filedata: [*mut c_void; 200],
}Fields§
§nfile: i32§filename: [[i8; 100]; 200]§filesize: [i32; 200]§filedata: [*mut c_void; 200]