#[repr(u32)]pub enum _mjtGridPos {
TOPLEFT = 0,
TOPRIGHT = 1,
BOTTOMLEFT = 2,
BOTTOMRIGHT = 3,
}Variants§
Trait Implementations§
Source§impl Clone for _mjtGridPos
impl Clone for _mjtGridPos
Source§fn clone(&self) -> _mjtGridPos
fn clone(&self) -> _mjtGridPos
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 _mjtGridPos
impl Debug for _mjtGridPos
Source§impl Hash for _mjtGridPos
impl Hash for _mjtGridPos
Source§impl PartialEq for _mjtGridPos
impl PartialEq for _mjtGridPos
impl Copy for _mjtGridPos
impl Eq for _mjtGridPos
impl StructuralPartialEq for _mjtGridPos
Auto Trait Implementations§
impl Freeze for _mjtGridPos
impl RefUnwindSafe for _mjtGridPos
impl Send for _mjtGridPos
impl Sync for _mjtGridPos
impl Unpin for _mjtGridPos
impl UnsafeUnpin for _mjtGridPos
impl UnwindSafe for _mjtGridPos
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