#[repr(C)]pub enum VkVertexInputRate {
VK_VERTEX_INPUT_RATE_VERTEX = 0,
VK_VERTEX_INPUT_RATE_INSTANCE = 1,
VK_VERTEX_INPUT_RATE_MAX_ENUM = 2_147_483_647,
}Expand description
enum VkVertexInputRate from VK_VERSION_1_0
Variants§
VK_VERTEX_INPUT_RATE_VERTEX = 0
VK_VERTEX_INPUT_RATE_INSTANCE = 1
VK_VERTEX_INPUT_RATE_MAX_ENUM = 2_147_483_647
Trait Implementations§
Source§impl Clone for VkVertexInputRate
impl Clone for VkVertexInputRate
Source§fn clone(&self) -> VkVertexInputRate
fn clone(&self) -> VkVertexInputRate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkVertexInputRate
Source§impl Debug for VkVertexInputRate
impl Debug for VkVertexInputRate
impl Eq for VkVertexInputRate
Source§impl Hash for VkVertexInputRate
impl Hash for VkVertexInputRate
Source§impl Ord for VkVertexInputRate
impl Ord for VkVertexInputRate
Source§fn cmp(&self, other: &VkVertexInputRate) -> Ordering
fn cmp(&self, other: &VkVertexInputRate) -> Ordering
1.21.0 (const: unstable) · 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 VkVertexInputRate
impl PartialEq for VkVertexInputRate
Source§impl PartialOrd for VkVertexInputRate
impl PartialOrd for VkVertexInputRate
impl StructuralPartialEq for VkVertexInputRate
Auto Trait Implementations§
impl Freeze for VkVertexInputRate
impl RefUnwindSafe for VkVertexInputRate
impl Send for VkVertexInputRate
impl Sync for VkVertexInputRate
impl Unpin for VkVertexInputRate
impl UnsafeUnpin for VkVertexInputRate
impl UnwindSafe for VkVertexInputRate
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