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