#[repr(i32)]pub enum VkImageLayout {
Undefined = 0,
General = 1,
TransferSrcOptimal = 6,
TransferDstOptimal = 7,
}Variants§
Trait Implementations§
Source§impl Clone for VkImageLayout
impl Clone for VkImageLayout
Source§fn clone(&self) -> VkImageLayout
fn clone(&self) -> VkImageLayout
Returns a duplicate 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 VkImageLayout
impl Debug for VkImageLayout
Source§impl Hash for VkImageLayout
impl Hash for VkImageLayout
Source§impl PartialEq for VkImageLayout
impl PartialEq for VkImageLayout
impl Copy for VkImageLayout
impl Eq for VkImageLayout
impl StructuralPartialEq for VkImageLayout
Auto Trait Implementations§
impl Freeze for VkImageLayout
impl RefUnwindSafe for VkImageLayout
impl Send for VkImageLayout
impl Sync for VkImageLayout
impl Unpin for VkImageLayout
impl UnwindSafe for VkImageLayout
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