Struct ash::vk::PipelineRobustnessBufferBehaviorEXT
source · pub struct PipelineRobustnessBufferBehaviorEXT(/* private fields */);
Expand description
Implementations§
source§impl PipelineRobustnessBufferBehaviorEXT
impl PipelineRobustnessBufferBehaviorEXT
pub const DEVICE_DEFAULT: Self = _
pub const DISABLED: Self = _
pub const ROBUST_BUFFER_ACCESS: Self = _
pub const ROBUST_BUFFER_ACCESS_2: Self = _
Trait Implementations§
source§impl Clone for PipelineRobustnessBufferBehaviorEXT
impl Clone for PipelineRobustnessBufferBehaviorEXT
source§fn clone(&self) -> PipelineRobustnessBufferBehaviorEXT
fn clone(&self) -> PipelineRobustnessBufferBehaviorEXT
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 Default for PipelineRobustnessBufferBehaviorEXT
impl Default for PipelineRobustnessBufferBehaviorEXT
source§fn default() -> PipelineRobustnessBufferBehaviorEXT
fn default() -> PipelineRobustnessBufferBehaviorEXT
Returns the “default value” for a type. Read more
source§impl Ord for PipelineRobustnessBufferBehaviorEXT
impl Ord for PipelineRobustnessBufferBehaviorEXT
source§fn cmp(&self, other: &PipelineRobustnessBufferBehaviorEXT) -> Ordering
fn cmp(&self, other: &PipelineRobustnessBufferBehaviorEXT) -> 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 PipelineRobustnessBufferBehaviorEXT
impl PartialEq for PipelineRobustnessBufferBehaviorEXT
source§fn eq(&self, other: &PipelineRobustnessBufferBehaviorEXT) -> bool
fn eq(&self, other: &PipelineRobustnessBufferBehaviorEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PipelineRobustnessBufferBehaviorEXT
impl PartialOrd for PipelineRobustnessBufferBehaviorEXT
source§fn partial_cmp(
&self,
other: &PipelineRobustnessBufferBehaviorEXT
) -> Option<Ordering>
fn partial_cmp( &self, other: &PipelineRobustnessBufferBehaviorEXT ) -> 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 PipelineRobustnessBufferBehaviorEXT
impl Eq for PipelineRobustnessBufferBehaviorEXT
impl StructuralPartialEq for PipelineRobustnessBufferBehaviorEXT
Auto Trait Implementations§
impl Freeze for PipelineRobustnessBufferBehaviorEXT
impl RefUnwindSafe for PipelineRobustnessBufferBehaviorEXT
impl Send for PipelineRobustnessBufferBehaviorEXT
impl Sync for PipelineRobustnessBufferBehaviorEXT
impl Unpin for PipelineRobustnessBufferBehaviorEXT
impl UnwindSafe for PipelineRobustnessBufferBehaviorEXT
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