#[repr(C)]pub struct mjsText_ {
pub element: *mut mjsElement,
pub data: *mut mjString,
pub info: *mut mjString,
}Fields§
§element: *mut mjsElement§data: *mut mjString§info: *mut mjStringTrait Implementations§
Auto Trait Implementations§
impl Freeze for mjsText_
impl RefUnwindSafe for mjsText_
impl !Send for mjsText_
impl !Sync for mjsText_
impl Unpin for mjsText_
impl UnwindSafe for mjsText_
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