Struct ash::vk::enums::ComponentTypeKHR
source · #[repr(transparent)]pub struct ComponentTypeKHR(pub(crate) i32);
Expand description
Tuple 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
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
source§impl PartialEq for ComponentTypeKHR
impl PartialEq for ComponentTypeKHR
source§fn eq(&self, other: &ComponentTypeKHR) -> bool
fn eq(&self, other: &ComponentTypeKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ComponentTypeKHR
impl PartialOrd for ComponentTypeKHR
source§fn partial_cmp(&self, other: &ComponentTypeKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &ComponentTypeKHR) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for ComponentTypeKHR
impl Eq for ComponentTypeKHR
impl StructuralPartialEq for ComponentTypeKHR
Auto Trait Implementations§
impl Freeze for ComponentTypeKHR
impl RefUnwindSafe for ComponentTypeKHR
impl Send for ComponentTypeKHR
impl Sync for ComponentTypeKHR
impl Unpin for ComponentTypeKHR
impl UnwindSafe for ComponentTypeKHR
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