Struct ash::vk::VertexInputRate
source · #[repr(transparent)]pub struct VertexInputRate(_);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for VertexInputRate
impl Clone for VertexInputRate
source§fn clone(&self) -> VertexInputRate
fn clone(&self) -> VertexInputRate
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 VertexInputRate
impl Debug for VertexInputRate
source§impl Default for VertexInputRate
impl Default for VertexInputRate
source§fn default() -> VertexInputRate
fn default() -> VertexInputRate
Returns the “default value” for a type. Read more
source§impl Hash for VertexInputRate
impl Hash for VertexInputRate
source§impl Ord for VertexInputRate
impl Ord for VertexInputRate
source§fn cmp(&self, other: &VertexInputRate) -> Ordering
fn cmp(&self, other: &VertexInputRate) -> 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<VertexInputRate> for VertexInputRate
impl PartialEq<VertexInputRate> for VertexInputRate
source§fn eq(&self, other: &VertexInputRate) -> bool
fn eq(&self, other: &VertexInputRate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<VertexInputRate> for VertexInputRate
impl PartialOrd<VertexInputRate> for VertexInputRate
source§fn partial_cmp(&self, other: &VertexInputRate) -> Option<Ordering>
fn partial_cmp(&self, other: &VertexInputRate) -> 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 more