pub struct BindHeapInfoEXTBuilder<'a> { /* private fields */ }Expand description
Builder for BindHeapInfoEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> BindHeapInfoEXTBuilder<'a>
impl<'a> BindHeapInfoEXTBuilder<'a>
pub fn heap_range( self, value: DeviceAddressRangeKHR, ) -> BindHeapInfoEXTBuilder<'a>
pub fn reserved_range_offset(self, value: u64) -> BindHeapInfoEXTBuilder<'a>
pub fn reserved_range_size(self, value: u64) -> BindHeapInfoEXTBuilder<'a>
Sourcepub fn push_next<T>(self, next: &'a mut T) -> BindHeapInfoEXTBuilder<'a>where
T: ExtendsBindHeapInfoEXT,
pub fn push_next<T>(self, next: &'a mut T) -> BindHeapInfoEXTBuilder<'a>where
T: ExtendsBindHeapInfoEXT,
Prepend a struct to the pNext chain. See BindHeapInfoEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for BindHeapInfoEXTBuilder<'a>
impl<'a> Deref for BindHeapInfoEXTBuilder<'a>
Source§type Target = BindHeapInfoEXT
type Target = BindHeapInfoEXT
The resulting type after dereferencing.
Source§impl<'a> DerefMut for BindHeapInfoEXTBuilder<'a>
impl<'a> DerefMut for BindHeapInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> !Send for BindHeapInfoEXTBuilder<'a>
impl<'a> !Sync for BindHeapInfoEXTBuilder<'a>
impl<'a> Freeze for BindHeapInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for BindHeapInfoEXTBuilder<'a>
impl<'a> Unpin for BindHeapInfoEXTBuilder<'a>
impl<'a> UnsafeUnpin for BindHeapInfoEXTBuilder<'a>
impl<'a> UnwindSafe for BindHeapInfoEXTBuilder<'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