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