[−][src]Struct ash::vk::ImageViewCreateFlags
https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkImageViewCreateFlagBits.html
Methods
impl ImageViewCreateFlags[src]
pub const fn empty() -> ImageViewCreateFlags[src]
pub const fn all() -> ImageViewCreateFlags[src]
pub const fn from_raw(x: Flags) -> Self[src]
pub const fn as_raw(self) -> Flags[src]
pub fn is_empty(self) -> bool[src]
pub fn is_all(self) -> bool[src]
pub fn intersects(self, other: ImageViewCreateFlags) -> bool[src]
pub fn contains(self, other: ImageViewCreateFlags) -> bool[src]
Returns whether other is a subset of self
impl ImageViewCreateFlags[src]
Generated from 'VK_EXT_fragment_density_map'
pub const FRAGMENT_DENSITY_MAP_DYNAMIC_EXT: Self[src]
Trait Implementations
impl BitAnd<ImageViewCreateFlags> for ImageViewCreateFlags[src]
type Output = ImageViewCreateFlags
The resulting type after applying the & operator.
fn bitand(self, rhs: ImageViewCreateFlags) -> ImageViewCreateFlags[src]
impl BitAndAssign<ImageViewCreateFlags> for ImageViewCreateFlags[src]
fn bitand_assign(&mut self, rhs: ImageViewCreateFlags)[src]
impl BitOr<ImageViewCreateFlags> for ImageViewCreateFlags[src]
type Output = ImageViewCreateFlags
The resulting type after applying the | operator.
fn bitor(self, rhs: ImageViewCreateFlags) -> ImageViewCreateFlags[src]
impl BitOrAssign<ImageViewCreateFlags> for ImageViewCreateFlags[src]
fn bitor_assign(&mut self, rhs: ImageViewCreateFlags)[src]
impl BitXor<ImageViewCreateFlags> for ImageViewCreateFlags[src]
type Output = ImageViewCreateFlags
The resulting type after applying the ^ operator.
fn bitxor(self, rhs: ImageViewCreateFlags) -> ImageViewCreateFlags[src]
impl BitXorAssign<ImageViewCreateFlags> for ImageViewCreateFlags[src]
fn bitxor_assign(&mut self, rhs: ImageViewCreateFlags)[src]
impl Clone for ImageViewCreateFlags[src]
fn clone(&self) -> ImageViewCreateFlags[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ImageViewCreateFlags[src]
impl Debug for ImageViewCreateFlags[src]
impl Default for ImageViewCreateFlags[src]
fn default() -> ImageViewCreateFlags[src]
impl Eq for ImageViewCreateFlags[src]
impl Hash for ImageViewCreateFlags[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Not for ImageViewCreateFlags[src]
type Output = ImageViewCreateFlags
The resulting type after applying the ! operator.
fn not(self) -> ImageViewCreateFlags[src]
impl Ord for ImageViewCreateFlags[src]
fn cmp(&self, other: &ImageViewCreateFlags) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<ImageViewCreateFlags> for ImageViewCreateFlags[src]
fn eq(&self, other: &ImageViewCreateFlags) -> bool[src]
fn ne(&self, other: &ImageViewCreateFlags) -> bool[src]
impl PartialOrd<ImageViewCreateFlags> for ImageViewCreateFlags[src]
fn partial_cmp(&self, other: &ImageViewCreateFlags) -> Option<Ordering>[src]
fn lt(&self, other: &ImageViewCreateFlags) -> bool[src]
fn le(&self, other: &ImageViewCreateFlags) -> bool[src]
fn gt(&self, other: &ImageViewCreateFlags) -> bool[src]
fn ge(&self, other: &ImageViewCreateFlags) -> bool[src]
impl StructuralEq for ImageViewCreateFlags[src]
impl StructuralPartialEq for ImageViewCreateFlags[src]
impl Sub<ImageViewCreateFlags> for ImageViewCreateFlags[src]
type Output = ImageViewCreateFlags
The resulting type after applying the - operator.
fn sub(self, rhs: ImageViewCreateFlags) -> ImageViewCreateFlags[src]
impl SubAssign<ImageViewCreateFlags> for ImageViewCreateFlags[src]
fn sub_assign(&mut self, rhs: ImageViewCreateFlags)[src]
Auto Trait Implementations
impl RefUnwindSafe for ImageViewCreateFlags
impl Send for ImageViewCreateFlags
impl Sync for ImageViewCreateFlags
impl Unpin for ImageViewCreateFlags
impl UnwindSafe for ImageViewCreateFlags
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,