#[repr(i32)]pub enum VkImageViewType {
_1d = 0,
_2d = 1,
_3d = 2,
Cube = 3,
_1dArray = 4,
_2dArray = 5,
CubeArray = 6,
}Expand description
Wrapper for VkImageViewType.
Variants§
Trait Implementations§
Source§impl Clone for VkImageViewType
impl Clone for VkImageViewType
Source§fn clone(&self) -> VkImageViewType
fn clone(&self) -> VkImageViewType
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 VkImageViewType
impl Debug for VkImageViewType
Source§impl Default for VkImageViewType
impl Default for VkImageViewType
Source§fn default() -> VkImageViewType
fn default() -> VkImageViewType
Returns the “default value” for a type. Read more
Source§impl PartialEq for VkImageViewType
impl PartialEq for VkImageViewType
impl Copy for VkImageViewType
impl StructuralPartialEq for VkImageViewType
Auto Trait Implementations§
impl Freeze for VkImageViewType
impl RefUnwindSafe for VkImageViewType
impl Send for VkImageViewType
impl Sync for VkImageViewType
impl Unpin for VkImageViewType
impl UnwindSafe for VkImageViewType
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