#[repr(C)]pub enum VkImageTiling {
VK_IMAGE_TILING_OPTIMAL = 0,
VK_IMAGE_TILING_LINEAR = 1,
VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT = 1_000_158_000,
VK_IMAGE_TILING_MAX_ENUM = 2_147_483_647,
}Expand description
enum VkImageTiling from VK_VERSION_1_0
Variants§
VK_IMAGE_TILING_OPTIMAL = 0
VK_IMAGE_TILING_LINEAR = 1
VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT = 1_000_158_000
VK_IMAGE_TILING_MAX_ENUM = 2_147_483_647
Trait Implementations§
Source§impl Clone for VkImageTiling
impl Clone for VkImageTiling
Source§fn clone(&self) -> VkImageTiling
fn clone(&self) -> VkImageTiling
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 VkImageTiling
Source§impl Debug for VkImageTiling
impl Debug for VkImageTiling
impl Eq for VkImageTiling
Source§impl Hash for VkImageTiling
impl Hash for VkImageTiling
Source§impl Ord for VkImageTiling
impl Ord for VkImageTiling
Source§fn cmp(&self, other: &VkImageTiling) -> Ordering
fn cmp(&self, other: &VkImageTiling) -> 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 VkImageTiling
impl PartialEq for VkImageTiling
Source§impl PartialOrd for VkImageTiling
impl PartialOrd for VkImageTiling
impl StructuralPartialEq for VkImageTiling
Auto Trait Implementations§
impl Freeze for VkImageTiling
impl RefUnwindSafe for VkImageTiling
impl Send for VkImageTiling
impl Sync for VkImageTiling
impl Unpin for VkImageTiling
impl UnsafeUnpin for VkImageTiling
impl UnwindSafe for VkImageTiling
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