#[repr(transparent)]pub struct VideoQueueFamilyProperties2KHRBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> VideoQueueFamilyProperties2KHRBuilder<'a>
impl<'a> VideoQueueFamilyProperties2KHRBuilder<'a>
pub fn video_codec_operations(
self,
video_codec_operations: VideoCodecOperationFlagsKHR
) -> VideoQueueFamilyProperties2KHRBuilder<'a>
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
sourceimpl<'a> Deref for VideoQueueFamilyProperties2KHRBuilder<'a>
impl<'a> Deref for VideoQueueFamilyProperties2KHRBuilder<'a>
type Target = VideoQueueFamilyProperties2KHR
type Target = VideoQueueFamilyProperties2KHR
The resulting type after dereferencing.
sourcefn deref(&self) -> &<VideoQueueFamilyProperties2KHRBuilder<'a> as Deref>::Target
fn deref(&self) -> &<VideoQueueFamilyProperties2KHRBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for VideoQueueFamilyProperties2KHRBuilder<'a>
impl<'a> DerefMut for VideoQueueFamilyProperties2KHRBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <VideoQueueFamilyProperties2KHRBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <VideoQueueFamilyProperties2KHRBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsQueueFamilyProperties2 for VideoQueueFamilyProperties2KHRBuilder<'_>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more