#[repr(u32)]pub enum TiArch {
Reserved = 0,
Vulkan = 1,
Metal = 2,
Cuda = 3,
X64 = 4,
Arm64 = 5,
Opengl = 6,
Gles = 7,
}Expand description
Enumeration TiArch
Types of backend archs.
Variants§
Trait Implementations§
Source§impl Ord for TiArch
impl Ord for TiArch
Source§impl PartialOrd for TiArch
impl PartialOrd for TiArch
impl Copy for TiArch
impl Eq for TiArch
impl StructuralPartialEq for TiArch
Auto Trait Implementations§
impl Freeze for TiArch
impl RefUnwindSafe for TiArch
impl Send for TiArch
impl Sync for TiArch
impl Unpin for TiArch
impl UnwindSafe for TiArch
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