#[repr(C)]pub struct VkVertexInputBindingDivisorDescriptionEXT {
pub binding: u32,
pub divisor: u32,
}Fields§
§binding: u32§divisor: u32Trait Implementations§
Source§impl Clone for VkVertexInputBindingDivisorDescriptionEXT
impl Clone for VkVertexInputBindingDivisorDescriptionEXT
Source§fn clone(&self) -> VkVertexInputBindingDivisorDescriptionEXT
fn clone(&self) -> VkVertexInputBindingDivisorDescriptionEXT
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 moreimpl Copy for VkVertexInputBindingDivisorDescriptionEXT
Auto Trait Implementations§
impl Freeze for VkVertexInputBindingDivisorDescriptionEXT
impl RefUnwindSafe for VkVertexInputBindingDivisorDescriptionEXT
impl Send for VkVertexInputBindingDivisorDescriptionEXT
impl Sync for VkVertexInputBindingDivisorDescriptionEXT
impl Unpin for VkVertexInputBindingDivisorDescriptionEXT
impl UnwindSafe for VkVertexInputBindingDivisorDescriptionEXT
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