Struct ash::vk::VideoProfileListInfoKHR
source · #[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
Fields§
§s_type: StructureType
§p_next: *const c_void
§profile_count: u32
§p_profiles: *const VideoProfileInfoKHR
Implementations§
source§impl VideoProfileListInfoKHR
impl VideoProfileListInfoKHR
pub fn builder<'a>() -> VideoProfileListInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for VideoProfileListInfoKHR
impl Clone for VideoProfileListInfoKHR
source§fn clone(&self) -> VideoProfileListInfoKHR
fn clone(&self) -> VideoProfileListInfoKHR
Returns a copy 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
source§impl TaggedStructure for VideoProfileListInfoKHR
impl TaggedStructure for VideoProfileListInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::VIDEO_PROFILE_LIST_INFO_KHR
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 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