#[repr(C)]pub enum VkTensorTilingARM {
VK_TENSOR_TILING_OPTIMAL_ARM = 0,
VK_TENSOR_TILING_LINEAR_ARM = 1,
VK_TENSOR_TILING_MAX_ENUM_ARM = 2_147_483_647,
}Expand description
enum VkTensorTilingARM from VK_ARM_tensors
Variants§
VK_TENSOR_TILING_OPTIMAL_ARM = 0
VK_TENSOR_TILING_LINEAR_ARM = 1
VK_TENSOR_TILING_MAX_ENUM_ARM = 2_147_483_647
Trait Implementations§
Source§impl Clone for VkTensorTilingARM
impl Clone for VkTensorTilingARM
Source§fn clone(&self) -> VkTensorTilingARM
fn clone(&self) -> VkTensorTilingARM
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkTensorTilingARM
Source§impl Debug for VkTensorTilingARM
impl Debug for VkTensorTilingARM
impl Eq for VkTensorTilingARM
Source§impl Hash for VkTensorTilingARM
impl Hash for VkTensorTilingARM
Source§impl Ord for VkTensorTilingARM
impl Ord for VkTensorTilingARM
Source§fn cmp(&self, other: &VkTensorTilingARM) -> Ordering
fn cmp(&self, other: &VkTensorTilingARM) -> Ordering
1.21.0 (const: unstable) · 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 VkTensorTilingARM
impl PartialEq for VkTensorTilingARM
Source§impl PartialOrd for VkTensorTilingARM
impl PartialOrd for VkTensorTilingARM
impl StructuralPartialEq for VkTensorTilingARM
Auto Trait Implementations§
impl Freeze for VkTensorTilingARM
impl RefUnwindSafe for VkTensorTilingARM
impl Send for VkTensorTilingARM
impl Sync for VkTensorTilingARM
impl Unpin for VkTensorTilingARM
impl UnsafeUnpin for VkTensorTilingARM
impl UnwindSafe for VkTensorTilingARM
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