#[repr(C)]pub struct VideoEncodeAV1ProfileInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub std_profile: StdVideoAV1Profile,
}Expand description
VkVideoEncodeAV1ProfileInfoKHR
Provided by VK_KHR_video_encode_av1.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_ENCODE_AV1_PROFILE_INFO_KHR.
p_next: *const c_voidOptional, may be null.
std_profile: StdVideoAV1ProfileImplementations§
Source§impl VideoEncodeAV1ProfileInfoKHR
impl VideoEncodeAV1ProfileInfoKHR
Sourcepub fn builder<'a>() -> VideoEncodeAV1ProfileInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoEncodeAV1ProfileInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoEncodeAV1ProfileInfoKHR
impl Clone for VideoEncodeAV1ProfileInfoKHR
Source§fn clone(&self) -> VideoEncodeAV1ProfileInfoKHR
fn clone(&self) -> VideoEncodeAV1ProfileInfoKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VideoEncodeAV1ProfileInfoKHR
impl Debug for VideoEncodeAV1ProfileInfoKHR
Source§impl Default for VideoEncodeAV1ProfileInfoKHR
impl Default for VideoEncodeAV1ProfileInfoKHR
Source§fn default() -> VideoEncodeAV1ProfileInfoKHR
fn default() -> VideoEncodeAV1ProfileInfoKHR
Returns the “default value” for a type. Read more
impl Copy for VideoEncodeAV1ProfileInfoKHR
impl ExtendsQueryPoolCreateInfo for VideoEncodeAV1ProfileInfoKHR
impl ExtendsVideoProfileInfoKHR for VideoEncodeAV1ProfileInfoKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeAV1ProfileInfoKHR
impl RefUnwindSafe for VideoEncodeAV1ProfileInfoKHR
impl !Send for VideoEncodeAV1ProfileInfoKHR
impl !Sync for VideoEncodeAV1ProfileInfoKHR
impl Unpin for VideoEncodeAV1ProfileInfoKHR
impl UnsafeUnpin for VideoEncodeAV1ProfileInfoKHR
impl UnwindSafe for VideoEncodeAV1ProfileInfoKHR
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