Struct ash::vk::VertexInputRate
source · pub struct VertexInputRate(/* private fields */);
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 for VertexInputRate
impl PartialEq 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 for VertexInputRate
impl PartialOrd 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 moreimpl Copy for VertexInputRate
impl Eq for VertexInputRate
impl StructuralPartialEq for VertexInputRate
Auto Trait Implementations§
impl Freeze for VertexInputRate
impl RefUnwindSafe for VertexInputRate
impl Send for VertexInputRate
impl Sync for VertexInputRate
impl Unpin for VertexInputRate
impl UnwindSafe for VertexInputRate
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