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: Bool32
Implementations§
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 moresource§impl TaggedStructure for PhysicalDeviceIndexTypeUint8FeaturesEXT
impl TaggedStructure for PhysicalDeviceIndexTypeUint8FeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_EXT
impl Copy for PhysicalDeviceIndexTypeUint8FeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceIndexTypeUint8FeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceIndexTypeUint8FeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceIndexTypeUint8FeaturesEXT
impl RefUnwindSafe for PhysicalDeviceIndexTypeUint8FeaturesEXT
impl !Send for PhysicalDeviceIndexTypeUint8FeaturesEXT
impl !Sync for PhysicalDeviceIndexTypeUint8FeaturesEXT
impl Unpin for PhysicalDeviceIndexTypeUint8FeaturesEXT
impl UnwindSafe for PhysicalDeviceIndexTypeUint8FeaturesEXT
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