pub struct PhysicalDeviceLayeredApiPropertiesListKHRBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceLayeredApiPropertiesListKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceLayeredApiPropertiesListKHRBuilder<'a>
impl<'a> PhysicalDeviceLayeredApiPropertiesListKHRBuilder<'a>
pub fn layered_api_count(self, value: u32) -> Self
pub fn layered_apis( self, slice: &'a mut [PhysicalDeviceLayeredApiPropertiesKHR], ) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceLayeredApiPropertiesListKHR>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceLayeredApiPropertiesListKHR>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceLayeredApiPropertiesListKHR’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceLayeredApiPropertiesListKHRBuilder<'a>
impl<'a> Deref for PhysicalDeviceLayeredApiPropertiesListKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> !Send for PhysicalDeviceLayeredApiPropertiesListKHRBuilder<'a>
impl<'a> !Sync for PhysicalDeviceLayeredApiPropertiesListKHRBuilder<'a>
impl<'a> Freeze for PhysicalDeviceLayeredApiPropertiesListKHRBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceLayeredApiPropertiesListKHRBuilder<'a>
impl<'a> Unpin for PhysicalDeviceLayeredApiPropertiesListKHRBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceLayeredApiPropertiesListKHRBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceLayeredApiPropertiesListKHRBuilder<'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