Struct ash::vk::QueueFamilyVideoPropertiesKHRBuilder
source · 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 ) -> Self
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§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> 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