pub struct ImageViewCreateFlags(/* private fields */);Expand description
Implementations§
Source§impl ImageViewCreateFlags
impl ImageViewCreateFlags
pub const fn empty() -> ImageViewCreateFlags
pub const fn from_raw(x: u32) -> ImageViewCreateFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: ImageViewCreateFlags) -> bool
Sourcepub const fn contains(self, other: ImageViewCreateFlags) -> bool
pub const fn contains(self, other: ImageViewCreateFlags) -> bool
Returns whether other is a subset of self
Source§impl ImageViewCreateFlags
Generated from ‘VK_EXT_fragment_density_map’
impl ImageViewCreateFlags
Generated from ‘VK_EXT_fragment_density_map’
Source§impl ImageViewCreateFlags
Generated from ‘VK_EXT_descriptor_buffer’
impl ImageViewCreateFlags
Generated from ‘VK_EXT_descriptor_buffer’
Source§impl ImageViewCreateFlags
Generated from ‘VK_EXT_fragment_density_map2’
impl ImageViewCreateFlags
Generated from ‘VK_EXT_fragment_density_map2’
Trait Implementations§
Source§impl BitAnd for ImageViewCreateFlags
impl BitAnd for ImageViewCreateFlags
Source§type Output = ImageViewCreateFlags
type Output = ImageViewCreateFlags
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: ImageViewCreateFlags) -> ImageViewCreateFlags
fn bitand(self, rhs: ImageViewCreateFlags) -> ImageViewCreateFlags
Performs the
& operation. Read moreSource§impl BitAndAssign for ImageViewCreateFlags
impl BitAndAssign for ImageViewCreateFlags
Source§fn bitand_assign(&mut self, rhs: ImageViewCreateFlags)
fn bitand_assign(&mut self, rhs: ImageViewCreateFlags)
Performs the
&= operation. Read moreSource§impl BitOr for ImageViewCreateFlags
impl BitOr for ImageViewCreateFlags
Source§type Output = ImageViewCreateFlags
type Output = ImageViewCreateFlags
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: ImageViewCreateFlags) -> ImageViewCreateFlags
fn bitor(self, rhs: ImageViewCreateFlags) -> ImageViewCreateFlags
Performs the
| operation. Read moreSource§impl BitOrAssign for ImageViewCreateFlags
impl BitOrAssign for ImageViewCreateFlags
Source§fn bitor_assign(&mut self, rhs: ImageViewCreateFlags)
fn bitor_assign(&mut self, rhs: ImageViewCreateFlags)
Performs the
|= operation. Read moreSource§impl BitXor for ImageViewCreateFlags
impl BitXor for ImageViewCreateFlags
Source§type Output = ImageViewCreateFlags
type Output = ImageViewCreateFlags
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: ImageViewCreateFlags) -> ImageViewCreateFlags
fn bitxor(self, rhs: ImageViewCreateFlags) -> ImageViewCreateFlags
Performs the
^ operation. Read moreSource§impl BitXorAssign for ImageViewCreateFlags
impl BitXorAssign for ImageViewCreateFlags
Source§fn bitxor_assign(&mut self, rhs: ImageViewCreateFlags)
fn bitxor_assign(&mut self, rhs: ImageViewCreateFlags)
Performs the
^= operation. Read moreSource§impl Clone for ImageViewCreateFlags
impl Clone for ImageViewCreateFlags
Source§fn clone(&self) -> ImageViewCreateFlags
fn clone(&self) -> ImageViewCreateFlags
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 ImageViewCreateFlags
impl Debug for ImageViewCreateFlags
Source§impl Default for ImageViewCreateFlags
impl Default for ImageViewCreateFlags
Source§fn default() -> ImageViewCreateFlags
fn default() -> ImageViewCreateFlags
Returns the “default value” for a type. Read more
Source§impl Hash for ImageViewCreateFlags
impl Hash for ImageViewCreateFlags
Source§impl Not for ImageViewCreateFlags
impl Not for ImageViewCreateFlags
Source§type Output = ImageViewCreateFlags
type Output = ImageViewCreateFlags
The resulting type after applying the
! operator.Source§fn not(self) -> ImageViewCreateFlags
fn not(self) -> ImageViewCreateFlags
Performs the unary
! operation. Read moreSource§impl Ord for ImageViewCreateFlags
impl Ord for ImageViewCreateFlags
Source§fn cmp(&self, other: &ImageViewCreateFlags) -> Ordering
fn cmp(&self, other: &ImageViewCreateFlags) -> 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 ImageViewCreateFlags
impl PartialEq for ImageViewCreateFlags
Source§impl PartialOrd for ImageViewCreateFlags
impl PartialOrd for ImageViewCreateFlags
impl Copy for ImageViewCreateFlags
impl Eq for ImageViewCreateFlags
impl StructuralPartialEq for ImageViewCreateFlags
Auto Trait Implementations§
impl Freeze for ImageViewCreateFlags
impl RefUnwindSafe for ImageViewCreateFlags
impl Send for ImageViewCreateFlags
impl Sync for ImageViewCreateFlags
impl Unpin for ImageViewCreateFlags
impl UnwindSafe for ImageViewCreateFlags
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