#[repr(C)]pub struct VkPhysicalDeviceVertexAttributeDivisorProperties {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub maxVertexAttribDivisor: u32,
pub supportsNonZeroFirstInstance: VkBool32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§maxVertexAttribDivisor: u32§supportsNonZeroFirstInstance: VkBool32Trait Implementations§
Source§impl Clone for VkPhysicalDeviceVertexAttributeDivisorProperties
impl Clone for VkPhysicalDeviceVertexAttributeDivisorProperties
Source§fn clone(&self) -> VkPhysicalDeviceVertexAttributeDivisorProperties
fn clone(&self) -> VkPhysicalDeviceVertexAttributeDivisorProperties
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 VkPhysicalDeviceVertexAttributeDivisorProperties
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceVertexAttributeDivisorProperties
impl RefUnwindSafe for VkPhysicalDeviceVertexAttributeDivisorProperties
impl !Send for VkPhysicalDeviceVertexAttributeDivisorProperties
impl !Sync for VkPhysicalDeviceVertexAttributeDivisorProperties
impl Unpin for VkPhysicalDeviceVertexAttributeDivisorProperties
impl UnwindSafe for VkPhysicalDeviceVertexAttributeDivisorProperties
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