Struct ash::vk::RenderingFlags
source · [−]#[repr(transparent)]pub struct RenderingFlags(_);Expand description
Implementations
sourceimpl RenderingFlags
impl RenderingFlags
sourceimpl RenderingFlags
impl RenderingFlags
pub const CONTENTS_SECONDARY_COMMAND_BUFFERS: Self
pub const CONTENTS_SECONDARY_COMMAND_BUFFERS_KHR: Self
pub const SUSPENDING: Self
pub const SUSPENDING_KHR: Self
pub const RESUMING: Self
pub const RESUMING_KHR: Self
Trait Implementations
sourceimpl BitAnd<RenderingFlags> for RenderingFlags
impl BitAnd<RenderingFlags> for RenderingFlags
sourceimpl BitAndAssign<RenderingFlags> for RenderingFlags
impl BitAndAssign<RenderingFlags> for RenderingFlags
sourcefn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the &= operation. Read more
sourceimpl BitOr<RenderingFlags> for RenderingFlags
impl BitOr<RenderingFlags> for RenderingFlags
sourceimpl BitOrAssign<RenderingFlags> for RenderingFlags
impl BitOrAssign<RenderingFlags> for RenderingFlags
sourcefn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the |= operation. Read more
sourceimpl BitXor<RenderingFlags> for RenderingFlags
impl BitXor<RenderingFlags> for RenderingFlags
sourceimpl BitXorAssign<RenderingFlags> for RenderingFlags
impl BitXorAssign<RenderingFlags> for RenderingFlags
sourcefn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the ^= operation. Read more
sourceimpl Clone for RenderingFlags
impl Clone for RenderingFlags
sourcefn clone(&self) -> RenderingFlags
fn clone(&self) -> RenderingFlags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RenderingFlags
impl Debug for RenderingFlags
sourceimpl Default for RenderingFlags
impl Default for RenderingFlags
sourceimpl Hash for RenderingFlags
impl Hash for RenderingFlags
sourceimpl Not for RenderingFlags
impl Not for RenderingFlags
sourceimpl Ord for RenderingFlags
impl Ord for RenderingFlags
sourceimpl PartialEq<RenderingFlags> for RenderingFlags
impl PartialEq<RenderingFlags> for RenderingFlags
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &RenderingFlags) -> bool
fn ne(&self, other: &RenderingFlags) -> bool
This method tests for !=.
sourceimpl PartialOrd<RenderingFlags> for RenderingFlags
impl PartialOrd<RenderingFlags> for RenderingFlags
sourcefn partial_cmp(&self, other: &RenderingFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &RenderingFlags) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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 more
impl Copy for RenderingFlags
impl Eq for RenderingFlags
impl StructuralEq for RenderingFlags
impl StructuralPartialEq for RenderingFlags
Auto Trait Implementations
impl RefUnwindSafe for RenderingFlags
impl Send for RenderingFlags
impl Sync for RenderingFlags
impl Unpin for RenderingFlags
impl UnwindSafe for RenderingFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more