pub struct VideoQueueFamilyProperties2KHRBuilder<'a> { /* private fields */ }
Implementations§
Source§impl<'a> VideoQueueFamilyProperties2KHRBuilder<'a>
impl<'a> VideoQueueFamilyProperties2KHRBuilder<'a>
pub fn video_codec_operations( self, video_codec_operations: VideoCodecOperationFlagsKHR, ) -> Self
Sourcepub fn build(self) -> VideoQueueFamilyProperties2KHR
pub fn build(self) -> VideoQueueFamilyProperties2KHR
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 VideoQueueFamilyProperties2KHRBuilder<'a>
impl<'a> Deref for VideoQueueFamilyProperties2KHRBuilder<'a>
Source§impl<'a> DerefMut for VideoQueueFamilyProperties2KHRBuilder<'a>
impl<'a> DerefMut for VideoQueueFamilyProperties2KHRBuilder<'a>
impl ExtendsQueueFamilyProperties2 for VideoQueueFamilyProperties2KHRBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for VideoQueueFamilyProperties2KHRBuilder<'a>
impl<'a> RefUnwindSafe for VideoQueueFamilyProperties2KHRBuilder<'a>
impl<'a> !Send for VideoQueueFamilyProperties2KHRBuilder<'a>
impl<'a> !Sync for VideoQueueFamilyProperties2KHRBuilder<'a>
impl<'a> Unpin for VideoQueueFamilyProperties2KHRBuilder<'a>
impl<'a> UnwindSafe for VideoQueueFamilyProperties2KHRBuilder<'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