pub struct PhysicalDeviceMaintenance9PropertiesKHRBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceMaintenance9PropertiesKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceMaintenance9PropertiesKHRBuilder<'a>
impl<'a> PhysicalDeviceMaintenance9PropertiesKHRBuilder<'a>
pub fn image2_d_view_of3_d_sparse(self, value: bool) -> Self
pub fn default_vertex_attribute_value( self, value: DefaultVertexAttributeValueKHR, ) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceMaintenance9PropertiesKHRBuilder<'a>
impl<'a> Deref for PhysicalDeviceMaintenance9PropertiesKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceMaintenance9PropertiesKHRBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceMaintenance9PropertiesKHRBuilder<'a>
impl<'a> !Send for PhysicalDeviceMaintenance9PropertiesKHRBuilder<'a>
impl<'a> !Sync for PhysicalDeviceMaintenance9PropertiesKHRBuilder<'a>
impl<'a> Unpin for PhysicalDeviceMaintenance9PropertiesKHRBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceMaintenance9PropertiesKHRBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceMaintenance9PropertiesKHRBuilder<'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