pub struct PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a>
pub fn index_type_uint8(self, index_type_uint8: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceIndexTypeUint8FeaturesEXT
pub fn build(self) -> PhysicalDeviceIndexTypeUint8FeaturesEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceIndexTypeUint8FeaturesEXTBuilder<'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