#[repr(C)]pub struct _mjvGeom {Show 22 fields
pub type_: c_int,
pub dataid: c_int,
pub objtype: c_int,
pub objid: c_int,
pub category: c_int,
pub texid: c_int,
pub texuniform: c_int,
pub texcoord: c_int,
pub segid: c_int,
pub texrepeat: [f32; 2],
pub size: [f32; 3],
pub pos: [f32; 3],
pub mat: [f32; 9],
pub rgba: [f32; 4],
pub emission: f32,
pub specular: f32,
pub shininess: f32,
pub reflectance: f32,
pub label: [c_char; 100],
pub camdist: f32,
pub modelrbound: f32,
pub transparent: mjtByte,
}Fields§
§type_: c_int§dataid: c_int§objtype: c_int§objid: c_int§category: c_int§texid: c_int§texuniform: c_int§texcoord: c_int§segid: c_int§texrepeat: [f32; 2]§size: [f32; 3]§pos: [f32; 3]§mat: [f32; 9]§rgba: [f32; 4]§emission: f32§specular: f32§shininess: f32§reflectance: f32§label: [c_char; 100]§camdist: f32§modelrbound: f32§transparent: mjtByteTrait Implementations§
Auto Trait Implementations§
impl Freeze for _mjvGeom
impl RefUnwindSafe for _mjvGeom
impl Send for _mjvGeom
impl Sync for _mjvGeom
impl Unpin for _mjvGeom
impl UnwindSafe for _mjvGeom
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