pub enum GfxBackend {
OpenGlsl150,
DX11Hlsl,
}
Variants§
Trait Implementations§
Source§impl Clone for GfxBackend
impl Clone for GfxBackend
Source§fn clone(&self) -> GfxBackend
fn clone(&self) -> GfxBackend
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 GfxBackend
impl Debug for GfxBackend
Source§impl PartialEq for GfxBackend
impl PartialEq for GfxBackend
impl Copy for GfxBackend
impl Eq for GfxBackend
impl StructuralPartialEq for GfxBackend
Auto Trait Implementations§
impl Freeze for GfxBackend
impl RefUnwindSafe for GfxBackend
impl Send for GfxBackend
impl Sync for GfxBackend
impl Unpin for GfxBackend
impl UnwindSafe for GfxBackend
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