#[repr(u32)]pub enum _mjtFontScale {
SCALE_50 = 50,
SCALE_100 = 100,
SCALE_150 = 150,
SCALE_200 = 200,
SCALE_250 = 250,
SCALE_300 = 300,
}Variants§
Trait Implementations§
Source§impl Clone for _mjtFontScale
impl Clone for _mjtFontScale
Source§fn clone(&self) -> _mjtFontScale
fn clone(&self) -> _mjtFontScale
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 moreSource§impl Debug for _mjtFontScale
impl Debug for _mjtFontScale
Source§impl Hash for _mjtFontScale
impl Hash for _mjtFontScale
Source§impl PartialEq for _mjtFontScale
impl PartialEq for _mjtFontScale
impl Copy for _mjtFontScale
impl Eq for _mjtFontScale
impl StructuralPartialEq for _mjtFontScale
Auto Trait Implementations§
impl Freeze for _mjtFontScale
impl RefUnwindSafe for _mjtFontScale
impl Send for _mjtFontScale
impl Sync for _mjtFontScale
impl Unpin for _mjtFontScale
impl UnwindSafe for _mjtFontScale
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