pub struct PhysicalDeviceVideoFormatInfoKHRBuilder<'a> { /* private fields */ }
Implementations§
Source§impl<'a> PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
impl<'a> PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
pub fn image_usage(self, image_usage: ImageUsageFlags) -> Self
pub fn video_profiles(self, video_profiles: &'a VideoProfilesKHR) -> Self
Sourcepub fn build(self) -> PhysicalDeviceVideoFormatInfoKHR
pub fn build(self) -> PhysicalDeviceVideoFormatInfoKHR
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 PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
impl<'a> Deref for PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
impl<'a> !Send for PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
impl<'a> !Sync for PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
impl<'a> Unpin for PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceVideoFormatInfoKHRBuilder<'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