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