#[repr(u32)]pub enum _mjtFont {
NORMAL = 0,
SHADOW = 1,
BIG = 2,
}Variants§
Trait Implementations§
impl Copy for _mjtFont
impl Eq for _mjtFont
impl StructuralPartialEq for _mjtFont
Auto Trait Implementations§
impl Freeze for _mjtFont
impl RefUnwindSafe for _mjtFont
impl Send for _mjtFont
impl Sync for _mjtFont
impl Unpin for _mjtFont
impl UnwindSafe for _mjtFont
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