Struct ash::vk::PhysicalDeviceIndexTypeUint8FeaturesEXT  
source · #[repr(C)]pub struct PhysicalDeviceIndexTypeUint8FeaturesEXT {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub index_type_uint8: Bool32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§index_type_uint8: Bool32Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceIndexTypeUint8FeaturesEXT
 
impl Clone for PhysicalDeviceIndexTypeUint8FeaturesEXT
source§fn clone(&self) -> PhysicalDeviceIndexTypeUint8FeaturesEXT
 
fn clone(&self) -> PhysicalDeviceIndexTypeUint8FeaturesEXT
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 more