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