#[repr(C)]pub struct PhysicalDeviceVertexAttributeDivisorFeatures {
pub s_type: StructureType,
pub next: *mut c_void,
pub vertex_attribute_instance_rate_divisor: Bool32,
pub vertex_attribute_instance_rate_zero_divisor: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§vertex_attribute_instance_rate_divisor: Bool32§vertex_attribute_instance_rate_zero_divisor: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceVertexAttributeDivisorFeatures
impl Clone for PhysicalDeviceVertexAttributeDivisorFeatures
Source§fn clone(&self) -> PhysicalDeviceVertexAttributeDivisorFeatures
fn clone(&self) -> PhysicalDeviceVertexAttributeDivisorFeatures
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 PartialEq for PhysicalDeviceVertexAttributeDivisorFeatures
impl PartialEq for PhysicalDeviceVertexAttributeDivisorFeatures
Source§fn eq(&self, other: &PhysicalDeviceVertexAttributeDivisorFeatures) -> bool
fn eq(&self, other: &PhysicalDeviceVertexAttributeDivisorFeatures) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceVertexAttributeDivisorFeatures
impl Eq for PhysicalDeviceVertexAttributeDivisorFeatures
impl Send for PhysicalDeviceVertexAttributeDivisorFeatures
impl StructuralPartialEq for PhysicalDeviceVertexAttributeDivisorFeatures
impl Sync for PhysicalDeviceVertexAttributeDivisorFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceVertexAttributeDivisorFeatures
impl RefUnwindSafe for PhysicalDeviceVertexAttributeDivisorFeatures
impl Unpin for PhysicalDeviceVertexAttributeDivisorFeatures
impl UnwindSafe for PhysicalDeviceVertexAttributeDivisorFeatures
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