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