pub struct VideoEncodeIntraRefreshCapabilitiesKHRBuilder<'a> { /* private fields */ }Expand description
Builder for VideoEncodeIntraRefreshCapabilitiesKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> VideoEncodeIntraRefreshCapabilitiesKHRBuilder<'a>
impl<'a> VideoEncodeIntraRefreshCapabilitiesKHRBuilder<'a>
pub fn intra_refresh_modes( self, value: VideoEncodeIntraRefreshModeFlagsKHR, ) -> Self
pub fn max_intra_refresh_cycle_duration(self, value: u32) -> Self
pub fn max_intra_refresh_active_reference_pictures(self, value: u32) -> Self
pub fn partition_independent_intra_refresh_regions(self, value: bool) -> Self
pub fn non_rectangular_intra_refresh_regions(self, value: bool) -> Self
Trait Implementations§
Source§impl<'a> Deref for VideoEncodeIntraRefreshCapabilitiesKHRBuilder<'a>
impl<'a> Deref for VideoEncodeIntraRefreshCapabilitiesKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for VideoEncodeIntraRefreshCapabilitiesKHRBuilder<'a>
impl<'a> RefUnwindSafe for VideoEncodeIntraRefreshCapabilitiesKHRBuilder<'a>
impl<'a> !Send for VideoEncodeIntraRefreshCapabilitiesKHRBuilder<'a>
impl<'a> !Sync for VideoEncodeIntraRefreshCapabilitiesKHRBuilder<'a>
impl<'a> Unpin for VideoEncodeIntraRefreshCapabilitiesKHRBuilder<'a>
impl<'a> UnsafeUnpin for VideoEncodeIntraRefreshCapabilitiesKHRBuilder<'a>
impl<'a> UnwindSafe for VideoEncodeIntraRefreshCapabilitiesKHRBuilder<'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