#[repr(i32)]pub enum VkVertexInputRate {
Vertex = 0,
Instance = 1,
}Expand description
Wrapper for VkVertexInputRate.
Variants§
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 · 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 VkVertexInputRate
impl Debug for VkVertexInputRate
Source§impl Default for VkVertexInputRate
impl Default for VkVertexInputRate
Source§fn default() -> VkVertexInputRate
fn default() -> VkVertexInputRate
Returns the “default value” for a type. Read more
Source§impl PartialEq for VkVertexInputRate
impl PartialEq for VkVertexInputRate
impl Copy 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 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