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