pub struct VideoGetMemoryPropertiesKHRBuilder<'a> { /* private fields */ }
Implementations§
Source§impl<'a> VideoGetMemoryPropertiesKHRBuilder<'a>
impl<'a> VideoGetMemoryPropertiesKHRBuilder<'a>
pub fn memory_bind_index(self, memory_bind_index: u32) -> Self
pub fn memory_requirements( self, memory_requirements: &'a mut MemoryRequirements2, ) -> Self
Sourcepub fn build(self) -> VideoGetMemoryPropertiesKHR
pub fn build(self) -> VideoGetMemoryPropertiesKHR
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 VideoGetMemoryPropertiesKHRBuilder<'a>
impl<'a> Deref for VideoGetMemoryPropertiesKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for VideoGetMemoryPropertiesKHRBuilder<'a>
impl<'a> RefUnwindSafe for VideoGetMemoryPropertiesKHRBuilder<'a>
impl<'a> !Send for VideoGetMemoryPropertiesKHRBuilder<'a>
impl<'a> !Sync for VideoGetMemoryPropertiesKHRBuilder<'a>
impl<'a> Unpin for VideoGetMemoryPropertiesKHRBuilder<'a>
impl<'a> UnwindSafe for VideoGetMemoryPropertiesKHRBuilder<'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