Struct ash::vk::ImageAspectFlags
source · pub struct ImageAspectFlags(/* private fields */);
Expand description
Implementations§
source§impl ImageAspectFlags
impl ImageAspectFlags
source§impl ImageAspectFlags
impl ImageAspectFlags
Generated from ‘VK_KHR_sampler_ycbcr_conversion’
pub const PLANE_0_KHR: Self = Self::PLANE_0
pub const PLANE_1_KHR: Self = Self::PLANE_1
pub const PLANE_2_KHR: Self = Self::PLANE_2
source§impl ImageAspectFlags
impl ImageAspectFlags
Generated from ‘VK_EXT_image_drm_format_modifier’
pub const MEMORY_PLANE_0_EXT: Self = _
pub const MEMORY_PLANE_1_EXT: Self = _
pub const MEMORY_PLANE_2_EXT: Self = _
pub const MEMORY_PLANE_3_EXT: Self = _
source§impl ImageAspectFlags
impl ImageAspectFlags
Generated from ‘VK_KHR_maintenance4’
source§impl ImageAspectFlags
impl ImageAspectFlags
Generated from ‘VK_VERSION_1_1’
Trait Implementations§
source§impl BitAnd for ImageAspectFlags
impl BitAnd for ImageAspectFlags
source§impl BitAndAssign for ImageAspectFlags
impl BitAndAssign for ImageAspectFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for ImageAspectFlags
impl BitOr for ImageAspectFlags
source§impl BitOrAssign for ImageAspectFlags
impl BitOrAssign for ImageAspectFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for ImageAspectFlags
impl BitXor for ImageAspectFlags
source§impl BitXorAssign for ImageAspectFlags
impl BitXorAssign for ImageAspectFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for ImageAspectFlags
impl Clone for ImageAspectFlags
source§fn clone(&self) -> ImageAspectFlags
fn clone(&self) -> ImageAspectFlags
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 ImageAspectFlags
impl Debug for ImageAspectFlags
source§impl Default for ImageAspectFlags
impl Default for ImageAspectFlags
source§impl Hash for ImageAspectFlags
impl Hash for ImageAspectFlags
source§impl Not for ImageAspectFlags
impl Not for ImageAspectFlags
source§impl Ord for ImageAspectFlags
impl Ord for ImageAspectFlags
source§fn cmp(&self, other: &ImageAspectFlags) -> Ordering
fn cmp(&self, other: &ImageAspectFlags) -> 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 ImageAspectFlags
impl PartialEq for ImageAspectFlags
source§fn eq(&self, other: &ImageAspectFlags) -> bool
fn eq(&self, other: &ImageAspectFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ImageAspectFlags
impl PartialOrd for ImageAspectFlags
source§fn partial_cmp(&self, other: &ImageAspectFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &ImageAspectFlags) -> 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 ImageAspectFlags
impl Eq for ImageAspectFlags
impl StructuralPartialEq for ImageAspectFlags
Auto Trait Implementations§
impl Freeze for ImageAspectFlags
impl RefUnwindSafe for ImageAspectFlags
impl Send for ImageAspectFlags
impl Sync for ImageAspectFlags
impl Unpin for ImageAspectFlags
impl UnwindSafe for ImageAspectFlags
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