Enum spirv_cross_sys::CompilerBackend
source · #[repr(i32)]pub enum CompilerBackend {
None = 0,
Glsl = 1,
Hlsl = 2,
Msl = 3,
Cpp = 4,
Json = 5,
}Variants§
Trait Implementations§
source§impl Clone for CompilerBackend
impl Clone for CompilerBackend
source§fn clone(&self) -> CompilerBackend
fn clone(&self) -> CompilerBackend
Returns a copy 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 CompilerBackend
impl Debug for CompilerBackend
source§impl Hash for CompilerBackend
impl Hash for CompilerBackend
source§impl PartialEq for CompilerBackend
impl PartialEq for CompilerBackend
impl Copy for CompilerBackend
impl Eq for CompilerBackend
impl StructuralPartialEq for CompilerBackend
Auto Trait Implementations§
impl Freeze for CompilerBackend
impl RefUnwindSafe for CompilerBackend
impl Send for CompilerBackend
impl Sync for CompilerBackend
impl Unpin for CompilerBackend
impl UnwindSafe for CompilerBackend
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)