Enum ImageTiling
#[repr(u32)]pub enum ImageTiling {
OPTIMAL = 0,
LINEAR = 1,
DRM_FORMAT_MODIFIER_EXT = 1_000_158_000,
MAX_ENUM = 2_147_483_647,
}
Variants§
Trait Implementations§
§impl Clone for VkImageTiling
impl Clone for VkImageTiling
§fn clone(&self) -> VkImageTiling
fn clone(&self) -> VkImageTiling
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 more§impl Debug for VkImageTiling
impl Debug for VkImageTiling
§impl Hash for VkImageTiling
impl Hash for VkImageTiling
§impl PartialEq for VkImageTiling
impl PartialEq for VkImageTiling
impl Copy for VkImageTiling
impl Eq 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 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