pub struct RenderingFlagBits(/* private fields */);Expand description
Implementations§
Source§impl RenderingFlagBits
impl RenderingFlagBits
Sourcepub const CONTENTS_SECONDARY_COMMAND_BUFFERS: Self
pub const CONTENTS_SECONDARY_COMMAND_BUFFERS: Self
Bit 0.
Sourcepub const SUSPENDING: Self
pub const SUSPENDING: Self
Bit 1.
Sourcepub const ENABLE_LEGACY_DITHERING: Self
pub const ENABLE_LEGACY_DITHERING: Self
Bit 3.
Sourcepub const PER_LAYER_FRAGMENT_DENSITY_BIT: Self
pub const PER_LAYER_FRAGMENT_DENSITY_BIT: Self
Bit 5.
Sourcepub const FRAGMENT_REGION: Self
pub const FRAGMENT_REGION: Self
Bit 6.
Sourcepub const CUSTOM_RESOLVE: Self
pub const CUSTOM_RESOLVE: Self
Bit 7.
Sourcepub const LOCAL_READ_CONCURRENT_ACCESS_CONTROL: Self
pub const LOCAL_READ_CONCURRENT_ACCESS_CONTROL: Self
Bit 8.
pub const fn empty() -> Self
pub const fn from_raw(value: u32) -> Self
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAnd for RenderingFlagBits
impl BitAnd for RenderingFlagBits
Source§impl BitAndAssign for RenderingFlagBits
impl BitAndAssign for RenderingFlagBits
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for RenderingFlagBits
impl BitOr for RenderingFlagBits
Source§impl BitOrAssign for RenderingFlagBits
impl BitOrAssign for RenderingFlagBits
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for RenderingFlagBits
impl BitXor for RenderingFlagBits
Source§impl BitXorAssign for RenderingFlagBits
impl BitXorAssign for RenderingFlagBits
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for RenderingFlagBits
impl Clone for RenderingFlagBits
Source§fn clone(&self) -> RenderingFlagBits
fn clone(&self) -> RenderingFlagBits
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 RenderingFlagBits
impl Debug for RenderingFlagBits
Source§impl Default for RenderingFlagBits
impl Default for RenderingFlagBits
Source§fn default() -> RenderingFlagBits
fn default() -> RenderingFlagBits
Returns the “default value” for a type. Read more
Source§impl Hash for RenderingFlagBits
impl Hash for RenderingFlagBits
Source§impl Not for RenderingFlagBits
impl Not for RenderingFlagBits
Source§impl Ord for RenderingFlagBits
impl Ord for RenderingFlagBits
Source§fn cmp(&self, other: &RenderingFlagBits) -> Ordering
fn cmp(&self, other: &RenderingFlagBits) -> 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 RenderingFlagBits
impl PartialEq for RenderingFlagBits
Source§impl PartialOrd for RenderingFlagBits
impl PartialOrd for RenderingFlagBits
impl Copy for RenderingFlagBits
impl Eq for RenderingFlagBits
impl StructuralPartialEq for RenderingFlagBits
Auto Trait Implementations§
impl Freeze for RenderingFlagBits
impl RefUnwindSafe for RenderingFlagBits
impl Send for RenderingFlagBits
impl Sync for RenderingFlagBits
impl Unpin for RenderingFlagBits
impl UnsafeUnpin for RenderingFlagBits
impl UnwindSafe for RenderingFlagBits
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