pub struct MjuiDef {
pub name: String,
pub state: MjuiItemState,
pub type_: MjuiDefType,
pub storage: [u8; 256],
}Fields§
§name: String§state: MjuiItemState§type_: MjuiDefType§storage: [u8; 256]Auto Trait Implementations§
impl Freeze for MjuiDef
impl RefUnwindSafe for MjuiDef
impl Send for MjuiDef
impl Sync for MjuiDef
impl Unpin for MjuiDef
impl UnwindSafe for MjuiDef
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