pub struct QueueFamilyVideoPropertiesKHRBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> QueueFamilyVideoPropertiesKHRBuilder<'a>
impl<'a> QueueFamilyVideoPropertiesKHRBuilder<'a>
pub fn video_codec_operations( self, video_codec_operations: VideoCodecOperationFlagsKHR, ) -> QueueFamilyVideoPropertiesKHRBuilder<'a>
Sourcepub fn build(self) -> QueueFamilyVideoPropertiesKHR
pub fn build(self) -> QueueFamilyVideoPropertiesKHR
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 QueueFamilyVideoPropertiesKHRBuilder<'a>
impl<'a> Deref for QueueFamilyVideoPropertiesKHRBuilder<'a>
Source§type Target = QueueFamilyVideoPropertiesKHR
type Target = QueueFamilyVideoPropertiesKHR
The resulting type after dereferencing.
Source§impl<'a> DerefMut for QueueFamilyVideoPropertiesKHRBuilder<'a>
impl<'a> DerefMut for QueueFamilyVideoPropertiesKHRBuilder<'a>
impl ExtendsQueueFamilyProperties2 for QueueFamilyVideoPropertiesKHRBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for QueueFamilyVideoPropertiesKHRBuilder<'a>
impl<'a> RefUnwindSafe for QueueFamilyVideoPropertiesKHRBuilder<'a>
impl<'a> !Send for QueueFamilyVideoPropertiesKHRBuilder<'a>
impl<'a> !Sync for QueueFamilyVideoPropertiesKHRBuilder<'a>
impl<'a> Unpin for QueueFamilyVideoPropertiesKHRBuilder<'a>
impl<'a> UnsafeUnpin for QueueFamilyVideoPropertiesKHRBuilder<'a>
impl<'a> UnwindSafe for QueueFamilyVideoPropertiesKHRBuilder<'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