#[repr(C)]pub struct _mjVFS {
pub nfile: c_int,
pub filename: [[c_char; 100]; 200],
pub filesize: [c_int; 200],
pub filedata: [*mut c_void; 200],
}Fields§
§nfile: c_int§filename: [[c_char; 100]; 200]§filesize: [c_int; 200]§filedata: [*mut c_void; 200]Trait 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