#[repr(C)]pub struct mjsElement_ {
pub elemtype: mjtObj,
pub signature: u64,
}Fields§
§elemtype: mjtObj§signature: u64Trait Implementations§
Source§impl Clone for mjsElement_
impl Clone for mjsElement_
Source§fn clone(&self) -> mjsElement_
fn clone(&self) -> mjsElement_
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 moreAuto Trait Implementations§
impl Freeze for mjsElement_
impl RefUnwindSafe for mjsElement_
impl Send for mjsElement_
impl Sync for mjsElement_
impl Unpin for mjsElement_
impl UnwindSafe for mjsElement_
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