#[repr(C)]pub struct VideoProfileListInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub profile_count: u32,
pub p_profiles: *const VideoProfileInfoKHR,
}Expand description
VkVideoProfileListInfoKHR
Provided by VK_KHR_video_queue.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_PROFILE_LIST_INFO_KHR.
p_next: *const c_voidOptional, may be null.
profile_count: u32Length of p_profiles.
p_profiles: *const VideoProfileInfoKHRImplementations§
Source§impl VideoProfileListInfoKHR
impl VideoProfileListInfoKHR
Sourcepub fn builder<'a>() -> VideoProfileListInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoProfileListInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoProfileListInfoKHR
impl Clone for VideoProfileListInfoKHR
Source§fn clone(&self) -> VideoProfileListInfoKHR
fn clone(&self) -> VideoProfileListInfoKHR
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 VideoProfileListInfoKHR
impl Debug for VideoProfileListInfoKHR
Source§impl Default for VideoProfileListInfoKHR
impl Default for VideoProfileListInfoKHR
impl Copy for VideoProfileListInfoKHR
impl ExtendsBufferCreateInfo for VideoProfileListInfoKHR
impl ExtendsImageCreateInfo for VideoProfileListInfoKHR
impl ExtendsPhysicalDeviceImageFormatInfo2 for VideoProfileListInfoKHR
impl ExtendsPhysicalDeviceVideoFormatInfoKHR for VideoProfileListInfoKHR
Auto Trait Implementations§
impl Freeze for VideoProfileListInfoKHR
impl RefUnwindSafe for VideoProfileListInfoKHR
impl !Send for VideoProfileListInfoKHR
impl !Sync for VideoProfileListInfoKHR
impl Unpin for VideoProfileListInfoKHR
impl UnsafeUnpin for VideoProfileListInfoKHR
impl UnwindSafe for VideoProfileListInfoKHR
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