#[repr(C)]pub struct PhysicalDeviceVertexAttributeDivisorFeaturesEXT {
pub s_type: StructureType,
pub p_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
§p_next: *mut c_void
§vertex_attribute_instance_rate_divisor: Bool32
§vertex_attribute_instance_rate_zero_divisor: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceVertexAttributeDivisorFeaturesEXT
impl Clone for PhysicalDeviceVertexAttributeDivisorFeaturesEXT
source§fn clone(&self) -> PhysicalDeviceVertexAttributeDivisorFeaturesEXT
fn clone(&self) -> PhysicalDeviceVertexAttributeDivisorFeaturesEXT
Returns a copy 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 TaggedStructure for PhysicalDeviceVertexAttributeDivisorFeaturesEXT
impl TaggedStructure for PhysicalDeviceVertexAttributeDivisorFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_EXT
impl Copy for PhysicalDeviceVertexAttributeDivisorFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceVertexAttributeDivisorFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVertexAttributeDivisorFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceVertexAttributeDivisorFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceVertexAttributeDivisorFeaturesEXT
impl !Send for PhysicalDeviceVertexAttributeDivisorFeaturesEXT
impl !Sync for PhysicalDeviceVertexAttributeDivisorFeaturesEXT
impl Unpin for PhysicalDeviceVertexAttributeDivisorFeaturesEXT
impl UnwindSafe for PhysicalDeviceVertexAttributeDivisorFeaturesEXT
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