pub enum MjuiDefDataType {
String,
Integer,
Double,
}Variants§
Auto Trait Implementations§
impl Freeze for MjuiDefDataType
impl RefUnwindSafe for MjuiDefDataType
impl Send for MjuiDefDataType
impl Sync for MjuiDefDataType
impl Unpin for MjuiDefDataType
impl UnwindSafe for MjuiDefDataType
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