pub struct PipelineRobustnessBufferBehavior(/* private fields */);Expand description
Implementations§
Source§impl PipelineRobustnessBufferBehavior
impl PipelineRobustnessBufferBehavior
pub const DEVICE_DEFAULT: Self
pub const DISABLED: Self
pub const ROBUST_BUFFER_ACCESS: Self
pub const ROBUST_BUFFER_ACCESS_2: Self
Source§impl PipelineRobustnessBufferBehavior
Generated from ‘VK_EXT_pipeline_robustness’
impl PipelineRobustnessBufferBehavior
Generated from ‘VK_EXT_pipeline_robustness’
pub const DEVICE_DEFAULT_EXT: Self = Self::DEVICE_DEFAULT
pub const DISABLED_EXT: Self = Self::DISABLED
pub const ROBUST_BUFFER_ACCESS_EXT: Self = Self::ROBUST_BUFFER_ACCESS
pub const ROBUST_BUFFER_ACCESS_2_EXT: Self = Self::ROBUST_BUFFER_ACCESS_2
Trait Implementations§
Source§impl Clone for PipelineRobustnessBufferBehavior
impl Clone for PipelineRobustnessBufferBehavior
Source§fn clone(&self) -> PipelineRobustnessBufferBehavior
fn clone(&self) -> PipelineRobustnessBufferBehavior
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 PipelineRobustnessBufferBehavior
Available on crate feature debug only.
impl Debug for PipelineRobustnessBufferBehavior
Available on crate feature
debug only.Source§impl Default for PipelineRobustnessBufferBehavior
impl Default for PipelineRobustnessBufferBehavior
Source§fn default() -> PipelineRobustnessBufferBehavior
fn default() -> PipelineRobustnessBufferBehavior
Returns the “default value” for a type. Read more
Source§impl Ord for PipelineRobustnessBufferBehavior
impl Ord for PipelineRobustnessBufferBehavior
Source§fn cmp(&self, other: &PipelineRobustnessBufferBehavior) -> Ordering
fn cmp(&self, other: &PipelineRobustnessBufferBehavior) -> 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 PipelineRobustnessBufferBehavior
impl PartialEq for PipelineRobustnessBufferBehavior
Source§fn eq(&self, other: &PipelineRobustnessBufferBehavior) -> bool
fn eq(&self, other: &PipelineRobustnessBufferBehavior) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PipelineRobustnessBufferBehavior
impl PartialOrd for PipelineRobustnessBufferBehavior
impl Copy for PipelineRobustnessBufferBehavior
impl Eq for PipelineRobustnessBufferBehavior
impl StructuralPartialEq for PipelineRobustnessBufferBehavior
Auto Trait Implementations§
impl Freeze for PipelineRobustnessBufferBehavior
impl RefUnwindSafe for PipelineRobustnessBufferBehavior
impl Send for PipelineRobustnessBufferBehavior
impl Sync for PipelineRobustnessBufferBehavior
impl Unpin for PipelineRobustnessBufferBehavior
impl UnwindSafe for PipelineRobustnessBufferBehavior
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