pub struct PhysicalDeviceVideoFormatInfoKHRBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceVideoFormatInfoKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
impl<'a> PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
pub fn image_usage( self, value: ImageUsageFlagBits, ) -> PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceVideoFormatInfoKHRBuilder<'a>where
T: ExtendsPhysicalDeviceVideoFormatInfoKHR,
pub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceVideoFormatInfoKHRBuilder<'a>where
T: ExtendsPhysicalDeviceVideoFormatInfoKHR,
Prepend a struct to the pNext chain. See PhysicalDeviceVideoFormatInfoKHR’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
impl<'a> Deref for PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
Source§type Target = PhysicalDeviceVideoFormatInfoKHR
type Target = PhysicalDeviceVideoFormatInfoKHR
The resulting type after dereferencing.
Source§impl<'a> DerefMut for PhysicalDeviceVideoFormatInfoKHRBuilder<'a>
impl<'a> DerefMut 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> UnsafeUnpin 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