#[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§impl PartialOrd for PackedVectorFormat
impl PartialOrd for PackedVectorFormat
impl 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)