Struct ash::vk::RenderingFlags
source · pub struct RenderingFlags(/* private fields */);
Expand description
Implementations§
source§impl RenderingFlags
impl RenderingFlags
source§impl RenderingFlags
impl RenderingFlags
pub const CONTENTS_SECONDARY_COMMAND_BUFFERS: Self = _
pub const CONTENTS_SECONDARY_COMMAND_BUFFERS_KHR: Self = Self::CONTENTS_SECONDARY_COMMAND_BUFFERS
pub const SUSPENDING: Self = _
pub const SUSPENDING_KHR: Self = Self::SUSPENDING
pub const RESUMING: Self = _
pub const RESUMING_KHR: Self = Self::RESUMING
source§impl RenderingFlags
impl RenderingFlags
Generated from ‘VK_EXT_legacy_dithering’
pub const ENABLE_LEGACY_DITHERING_EXT: Self = _
Trait Implementations§
source§impl BitAnd for RenderingFlags
impl BitAnd for RenderingFlags
source§impl BitAndAssign for RenderingFlags
impl BitAndAssign for RenderingFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for RenderingFlags
impl BitOr for RenderingFlags
source§impl BitOrAssign for RenderingFlags
impl BitOrAssign for RenderingFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for RenderingFlags
impl BitXor for RenderingFlags
source§impl BitXorAssign for RenderingFlags
impl BitXorAssign for RenderingFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for RenderingFlags
impl Clone for RenderingFlags
source§fn clone(&self) -> RenderingFlags
fn clone(&self) -> RenderingFlags
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 RenderingFlags
impl Debug for RenderingFlags
source§impl Default for RenderingFlags
impl Default for RenderingFlags
source§impl Hash for RenderingFlags
impl Hash for RenderingFlags
source§impl Not for RenderingFlags
impl Not for RenderingFlags
source§impl Ord for RenderingFlags
impl Ord for RenderingFlags
source§fn cmp(&self, other: &RenderingFlags) -> Ordering
fn cmp(&self, other: &RenderingFlags) -> 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 RenderingFlags
impl PartialEq for RenderingFlags
source§fn eq(&self, other: &RenderingFlags) -> bool
fn eq(&self, other: &RenderingFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for RenderingFlags
impl PartialOrd for RenderingFlags
source§fn partial_cmp(&self, other: &RenderingFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &RenderingFlags) -> Option<Ordering>
1.0.0 · source§fn 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 moreimpl Copy for RenderingFlags
impl Eq for RenderingFlags
impl StructuralPartialEq for RenderingFlags
Auto Trait Implementations§
impl Freeze for RenderingFlags
impl RefUnwindSafe for RenderingFlags
impl Send for RenderingFlags
impl Sync for RenderingFlags
impl Unpin for RenderingFlags
impl UnwindSafe for RenderingFlags
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