#[repr(transparent)]pub struct VkImageViewType(pub i32);Expand description
VkImageViewType
Tuple Fields§
§0: i32Trait 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 Display for VkImageViewType
impl Display for VkImageViewType
Source§impl From<VkImageViewType> for i32
impl From<VkImageViewType> for i32
Source§fn from(value: VkImageViewType) -> Self
fn from(value: VkImageViewType) -> Self
Converts to this type from the input type.
Source§impl From<i32> for VkImageViewType
impl From<i32> for VkImageViewType
Source§impl Hash for VkImageViewType
impl Hash for VkImageViewType
Source§impl Ord for VkImageViewType
impl Ord for VkImageViewType
Source§fn cmp(&self, other: &VkImageViewType) -> Ordering
fn cmp(&self, other: &VkImageViewType) -> Ordering
1.21.0 · 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 VkImageViewType
impl PartialEq for VkImageViewType
Source§impl PartialOrd for VkImageViewType
impl PartialOrd for VkImageViewType
impl Copy for VkImageViewType
impl Eq 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 UnsafeUnpin 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