#[repr(u32)]pub enum mjtFramebuffer_ {
mjFB_WINDOW = 0,
mjFB_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 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