Enum spirv::PackedVectorFormat
source · #[repr(u32)]pub enum PackedVectorFormat {
PackedVectorFormat4x8Bit = 0,
}
Expand description
SPIR-V operand kind: PackedVectorFormat
Variants§
PackedVectorFormat4x8Bit = 0
Implementations§
source§impl PackedVectorFormat
impl PackedVectorFormat
pub const PackedVectorFormat4x8BitKHR: Self = Self::PackedVectorFormat4x8Bit
Trait Implementations§
source§impl Clone for PackedVectorFormat
impl Clone for PackedVectorFormat
source§fn clone(&self) -> PackedVectorFormat
fn clone(&self) -> PackedVectorFormat
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 PackedVectorFormat
impl Debug for PackedVectorFormat
source§impl FromStr for PackedVectorFormat
impl FromStr for PackedVectorFormat
source§impl Hash for PackedVectorFormat
impl Hash for PackedVectorFormat
source§impl Ord for PackedVectorFormat
impl Ord for PackedVectorFormat
source§fn cmp(&self, other: &PackedVectorFormat) -> Ordering
fn cmp(&self, other: &PackedVectorFormat) -> 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 PackedVectorFormat
impl PartialEq for PackedVectorFormat
source§fn eq(&self, other: &PackedVectorFormat) -> bool
fn eq(&self, other: &PackedVectorFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PackedVectorFormat
impl PartialOrd for PackedVectorFormat
source§fn partial_cmp(&self, other: &PackedVectorFormat) -> Option<Ordering>
fn partial_cmp(&self, other: &PackedVectorFormat) -> 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 PackedVectorFormat
impl Eq for PackedVectorFormat
impl StructuralPartialEq for PackedVectorFormat
Auto Trait Implementations§
impl Freeze for PackedVectorFormat
impl RefUnwindSafe for PackedVectorFormat
impl Send for PackedVectorFormat
impl Sync for PackedVectorFormat
impl Unpin for PackedVectorFormat
impl UnwindSafe for PackedVectorFormat
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