#[repr(C)]pub struct _mjvCamera {
pub type_: c_int,
pub fixedcamid: c_int,
pub trackbodyid: c_int,
pub lookat: [mjtNum; 3],
pub distance: mjtNum,
pub azimuth: mjtNum,
pub elevation: mjtNum,
}Fields§
§type_: c_int§fixedcamid: c_int§trackbodyid: c_int§lookat: [mjtNum; 3]§distance: mjtNum§azimuth: mjtNum§elevation: mjtNumTrait Implementations§
Source§impl Clone for _mjvCamera
impl Clone for _mjvCamera
Source§fn clone(&self) -> _mjvCamera
fn clone(&self) -> _mjvCamera
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _mjvCamera
impl Debug for _mjvCamera
Source§impl Default for _mjvCamera
impl Default for _mjvCamera
Source§fn default() -> _mjvCamera
fn default() -> _mjvCamera
Returns the “default value” for a type. Read more
impl Copy for _mjvCamera
Auto Trait Implementations§
impl Freeze for _mjvCamera
impl RefUnwindSafe for _mjvCamera
impl Send for _mjvCamera
impl Sync for _mjvCamera
impl Unpin for _mjvCamera
impl UnwindSafe for _mjvCamera
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