#[repr(C)]pub struct PhysicalDeviceIndexTypeUint8FeaturesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub index_type_uint8: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§index_type_uint8: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>
impl<'a> PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>
pub fn index_type_uint8(self, index_type_uint8: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>
impl<'a> Clone for PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>
source§fn clone(&self) -> PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>
fn clone(&self) -> PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>
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<'a> Debug for PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>
impl<'a> Debug for PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>
source§impl Default for PhysicalDeviceIndexTypeUint8FeaturesKHR<'_>
impl Default for PhysicalDeviceIndexTypeUint8FeaturesKHR<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>
impl<'a> TaggedStructure for PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_KHR
impl<'a> Copy for PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceIndexTypeUint8FeaturesKHR<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceIndexTypeUint8FeaturesKHR<'_>
impl Send for PhysicalDeviceIndexTypeUint8FeaturesKHR<'_>
impl Sync for PhysicalDeviceIndexTypeUint8FeaturesKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>
impl<'a> Unpin for PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>
impl<'a> UnwindSafe for PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>
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