#[repr(C)]pub struct mjsFrame_ {
pub element: *mut mjsElement,
pub childclass: *mut mjString,
pub pos: [f64; 3],
pub quat: [f64; 4],
pub alt: mjsOrientation,
pub info: *mut mjString,
}Fields§
§element: *mut mjsElement§childclass: *mut mjString§pos: [f64; 3]§quat: [f64; 4]§alt: mjsOrientation§info: *mut mjStringTrait Implementations§
Auto Trait Implementations§
impl Freeze for mjsFrame_
impl RefUnwindSafe for mjsFrame_
impl !Send for mjsFrame_
impl !Sync for mjsFrame_
impl Unpin for mjsFrame_
impl UnwindSafe for mjsFrame_
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