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§impl PartialOrd for RenderingFlags
impl PartialOrd for RenderingFlags
impl 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)