#[repr(transparent)]pub struct VkImageType(pub i32);Expand description
VkImageType
Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for VkImageType
impl Clone for VkImageType
Source§fn clone(&self) -> VkImageType
fn clone(&self) -> VkImageType
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 VkImageType
impl Debug for VkImageType
Source§impl Default for VkImageType
impl Default for VkImageType
Source§fn default() -> VkImageType
fn default() -> VkImageType
Returns the “default value” for a type. Read more
Source§impl Display for VkImageType
impl Display for VkImageType
Source§impl From<VkImageType> for i32
impl From<VkImageType> for i32
Source§fn from(value: VkImageType) -> Self
fn from(value: VkImageType) -> Self
Converts to this type from the input type.
Source§impl From<i32> for VkImageType
impl From<i32> for VkImageType
Source§impl Hash for VkImageType
impl Hash for VkImageType
Source§impl Ord for VkImageType
impl Ord for VkImageType
Source§fn cmp(&self, other: &VkImageType) -> Ordering
fn cmp(&self, other: &VkImageType) -> 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 VkImageType
impl PartialEq for VkImageType
Source§impl PartialOrd for VkImageType
impl PartialOrd for VkImageType
impl Copy for VkImageType
impl Eq for VkImageType
impl StructuralPartialEq for VkImageType
Auto Trait Implementations§
impl Freeze for VkImageType
impl RefUnwindSafe for VkImageType
impl Send for VkImageType
impl Sync for VkImageType
impl Unpin for VkImageType
impl UnsafeUnpin for VkImageType
impl UnwindSafe for VkImageType
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