Struct ash::vk::ImageTiling
source · pub struct ImageTiling(/* private fields */);
Expand description
Implementations§
source§impl ImageTiling
impl ImageTiling
source§impl ImageTiling
impl ImageTiling
Generated from ‘VK_EXT_image_drm_format_modifier’
pub const DRM_FORMAT_MODIFIER_EXT: Self = _
Trait Implementations§
source§impl Clone for ImageTiling
impl Clone for ImageTiling
source§fn clone(&self) -> ImageTiling
fn clone(&self) -> ImageTiling
Returns a copy 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 ImageTiling
impl Debug for ImageTiling
source§impl Default for ImageTiling
impl Default for ImageTiling
source§fn default() -> ImageTiling
fn default() -> ImageTiling
Returns the “default value” for a type. Read more
source§impl Hash for ImageTiling
impl Hash for ImageTiling
source§impl Ord for ImageTiling
impl Ord for ImageTiling
source§fn cmp(&self, other: &ImageTiling) -> Ordering
fn cmp(&self, other: &ImageTiling) -> 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 ImageTiling
impl PartialEq for ImageTiling
source§fn eq(&self, other: &ImageTiling) -> bool
fn eq(&self, other: &ImageTiling) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ImageTiling
impl PartialOrd for ImageTiling
source§fn partial_cmp(&self, other: &ImageTiling) -> Option<Ordering>
fn partial_cmp(&self, other: &ImageTiling) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for ImageTiling
impl Eq for ImageTiling
impl StructuralPartialEq for ImageTiling
Auto Trait Implementations§
impl Freeze for ImageTiling
impl RefUnwindSafe for ImageTiling
impl Send for ImageTiling
impl Sync for ImageTiling
impl Unpin for ImageTiling
impl UnwindSafe for ImageTiling
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