#[repr(C)]pub enum HwRenderInterfaceType {
Vulkan = 0,
}
Variants§
Vulkan = 0
Implementations§
Trait Implementations§
Source§impl Clone for HwRenderInterfaceType
impl Clone for HwRenderInterfaceType
Source§fn clone(&self) -> HwRenderInterfaceType
fn clone(&self) -> HwRenderInterfaceType
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 HwRenderInterfaceType
impl Debug for HwRenderInterfaceType
Source§impl Hash for HwRenderInterfaceType
impl Hash for HwRenderInterfaceType
Source§impl Ord for HwRenderInterfaceType
impl Ord for HwRenderInterfaceType
Source§fn cmp(&self, other: &HwRenderInterfaceType) -> Ordering
fn cmp(&self, other: &HwRenderInterfaceType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HwRenderInterfaceType
impl PartialEq for HwRenderInterfaceType
Source§impl PartialOrd for HwRenderInterfaceType
impl PartialOrd for HwRenderInterfaceType
impl Copy for HwRenderInterfaceType
impl Eq for HwRenderInterfaceType
impl StructuralPartialEq for HwRenderInterfaceType
Auto Trait Implementations§
impl Freeze for HwRenderInterfaceType
impl RefUnwindSafe for HwRenderInterfaceType
impl Send for HwRenderInterfaceType
impl Sync for HwRenderInterfaceType
impl Unpin for HwRenderInterfaceType
impl UnwindSafe for HwRenderInterfaceType
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