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