Struct ash::vk::ImageAspectFlags
source · [−]#[repr(transparent)]pub struct ImageAspectFlags(_);Expand description
Implementations
sourceimpl ImageAspectFlags
impl ImageAspectFlags
sourceimpl ImageAspectFlags
impl ImageAspectFlags
Generated from ‘VK_KHR_sampler_ycbcr_conversion’
sourceimpl 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
sourceimpl ImageAspectFlags
impl ImageAspectFlags
Generated from ‘VK_VERSION_1_1’
Trait Implementations
sourceimpl BitAnd<ImageAspectFlags> for ImageAspectFlags
impl BitAnd<ImageAspectFlags> for ImageAspectFlags
sourceimpl BitAndAssign<ImageAspectFlags> for ImageAspectFlags
impl BitAndAssign<ImageAspectFlags> for ImageAspectFlags
sourcefn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the &= operation. Read more
sourceimpl BitOr<ImageAspectFlags> for ImageAspectFlags
impl BitOr<ImageAspectFlags> for ImageAspectFlags
sourceimpl BitOrAssign<ImageAspectFlags> for ImageAspectFlags
impl BitOrAssign<ImageAspectFlags> for ImageAspectFlags
sourcefn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the |= operation. Read more
sourceimpl BitXor<ImageAspectFlags> for ImageAspectFlags
impl BitXor<ImageAspectFlags> for ImageAspectFlags
sourceimpl BitXorAssign<ImageAspectFlags> for ImageAspectFlags
impl BitXorAssign<ImageAspectFlags> for ImageAspectFlags
sourcefn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the ^= operation. Read more
sourceimpl Clone for ImageAspectFlags
impl Clone for ImageAspectFlags
sourcefn clone(&self) -> ImageAspectFlags
fn clone(&self) -> ImageAspectFlags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ImageAspectFlags
impl Debug for ImageAspectFlags
sourceimpl Default for ImageAspectFlags
impl Default for ImageAspectFlags
sourceimpl Hash for ImageAspectFlags
impl Hash for ImageAspectFlags
sourceimpl Not for ImageAspectFlags
impl Not for ImageAspectFlags
sourceimpl Ord for ImageAspectFlags
impl Ord for ImageAspectFlags
sourceimpl PartialEq<ImageAspectFlags> for ImageAspectFlags
impl PartialEq<ImageAspectFlags> for ImageAspectFlags
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &ImageAspectFlags) -> bool
fn ne(&self, other: &ImageAspectFlags) -> bool
This method tests for !=.
sourceimpl PartialOrd<ImageAspectFlags> for ImageAspectFlags
impl PartialOrd<ImageAspectFlags> for ImageAspectFlags
sourcefn partial_cmp(&self, other: &ImageAspectFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &ImageAspectFlags) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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 more
impl Copy for ImageAspectFlags
impl Eq for ImageAspectFlags
impl StructuralEq for ImageAspectFlags
impl StructuralPartialEq for ImageAspectFlags
Auto Trait Implementations
impl RefUnwindSafe for ImageAspectFlags
impl Send for ImageAspectFlags
impl Sync for ImageAspectFlags
impl Unpin for ImageAspectFlags
impl UnwindSafe for ImageAspectFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more