pub struct PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a>
impl<'a> PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a>
pub fn video_encode_intra_refresh( self, value: bool, ) -> PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a>
Prepend a struct to the pNext chain. See PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a>
impl<'a> Deref for PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a>
Source§type Target = PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR
type Target = PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHR
The resulting type after dereferencing.
Source§impl<'a> DerefMut for PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a>
impl<'a> !Send for PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a>
impl<'a> !Sync for PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a>
impl<'a> Unpin for PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceVideoEncodeIntraRefreshFeaturesKHRBuilder<'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