pub struct VideoProfileInfoKHRBuilder<'a> { /* private fields */ }Expand description
Builder for VideoProfileInfoKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> VideoProfileInfoKHRBuilder<'a>
impl<'a> VideoProfileInfoKHRBuilder<'a>
pub fn video_codec_operation( self, value: VideoCodecOperationFlagBitsKHR, ) -> Self
pub fn chroma_subsampling(self, value: VideoChromaSubsamplingFlagsKHR) -> Self
pub fn luma_bit_depth(self, value: VideoComponentBitDepthFlagsKHR) -> Self
pub fn chroma_bit_depth(self, value: VideoComponentBitDepthFlagsKHR) -> Self
Sourcepub fn push_next<T: ExtendsVideoProfileInfoKHR>(self, next: &'a mut T) -> Self
pub fn push_next<T: ExtendsVideoProfileInfoKHR>(self, next: &'a mut T) -> Self
Prepend a struct to the pNext chain. See VideoProfileInfoKHR’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for VideoProfileInfoKHRBuilder<'a>
impl<'a> Deref for VideoProfileInfoKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for VideoProfileInfoKHRBuilder<'a>
impl<'a> RefUnwindSafe for VideoProfileInfoKHRBuilder<'a>
impl<'a> !Send for VideoProfileInfoKHRBuilder<'a>
impl<'a> !Sync for VideoProfileInfoKHRBuilder<'a>
impl<'a> Unpin for VideoProfileInfoKHRBuilder<'a>
impl<'a> UnsafeUnpin for VideoProfileInfoKHRBuilder<'a>
impl<'a> UnwindSafe for VideoProfileInfoKHRBuilder<'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