pub type ComponentTypeNV = ComponentTypeKHR;
Aliased Type§
struct ComponentTypeNV(pub(crate) i32);
Fields§
§0: i32
Implementations
Source§impl ComponentTypeKHR
impl ComponentTypeKHR
pub const FLOAT16: Self
pub const FLOAT32: Self
pub const FLOAT64: Self
pub const SINT8: Self
pub const SINT16: Self
pub const SINT32: Self
pub const SINT64: Self
pub const UINT8: Self
pub const UINT16: Self
pub const UINT32: Self
pub const UINT64: Self
Source§impl ComponentTypeKHR
Generated from ‘VK_NV_cooperative_matrix’
impl ComponentTypeKHR
Generated from ‘VK_NV_cooperative_matrix’
pub const FLOAT16_NV: Self = Self::FLOAT16
pub const FLOAT32_NV: Self = Self::FLOAT32
pub const FLOAT64_NV: Self = Self::FLOAT64
pub const SINT8_NV: Self = Self::SINT8
pub const SINT16_NV: Self = Self::SINT16
pub const SINT32_NV: Self = Self::SINT32
pub const SINT64_NV: Self = Self::SINT64
pub const UINT8_NV: Self = Self::UINT8
pub const UINT16_NV: Self = Self::UINT16
pub const UINT32_NV: Self = Self::UINT32
pub const UINT64_NV: Self = Self::UINT64
Trait Implementations
Source§impl Clone for ComponentTypeKHR
impl Clone for ComponentTypeKHR
Source§fn clone(&self) -> ComponentTypeKHR
fn clone(&self) -> ComponentTypeKHR
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 ComponentTypeKHR
impl Debug for ComponentTypeKHR
Source§impl Default for ComponentTypeKHR
impl Default for ComponentTypeKHR
Source§fn default() -> ComponentTypeKHR
fn default() -> ComponentTypeKHR
Returns the “default value” for a type. Read more
Source§impl Hash for ComponentTypeKHR
impl Hash for ComponentTypeKHR
Source§impl Ord for ComponentTypeKHR
impl Ord for ComponentTypeKHR
Source§fn cmp(&self, other: &ComponentTypeKHR) -> Ordering
fn cmp(&self, other: &ComponentTypeKHR) -> 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