Struct ash::vk::VideoProfileInfoKHR
source · #[repr(C)]pub struct VideoProfileInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub video_codec_operation: VideoCodecOperationFlagsKHR,
pub chroma_subsampling: VideoChromaSubsamplingFlagsKHR,
pub luma_bit_depth: VideoComponentBitDepthFlagsKHR,
pub chroma_bit_depth: VideoComponentBitDepthFlagsKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§video_codec_operation: VideoCodecOperationFlagsKHR
§chroma_subsampling: VideoChromaSubsamplingFlagsKHR
§luma_bit_depth: VideoComponentBitDepthFlagsKHR
§chroma_bit_depth: VideoComponentBitDepthFlagsKHR
Implementations§
source§impl VideoProfileInfoKHR
impl VideoProfileInfoKHR
pub fn builder<'a>() -> VideoProfileInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for VideoProfileInfoKHR
impl Clone for VideoProfileInfoKHR
source§fn clone(&self) -> VideoProfileInfoKHR
fn clone(&self) -> VideoProfileInfoKHR
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 VideoProfileInfoKHR
impl Debug for VideoProfileInfoKHR
source§impl Default for VideoProfileInfoKHR
impl Default for VideoProfileInfoKHR
source§impl TaggedStructure for VideoProfileInfoKHR
impl TaggedStructure for VideoProfileInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::VIDEO_PROFILE_INFO_KHR
impl Copy for VideoProfileInfoKHR
impl ExtendsQueryPoolCreateInfo for VideoProfileInfoKHR
Auto Trait Implementations§
impl Freeze for VideoProfileInfoKHR
impl RefUnwindSafe for VideoProfileInfoKHR
impl !Send for VideoProfileInfoKHR
impl !Sync for VideoProfileInfoKHR
impl Unpin for VideoProfileInfoKHR
impl UnwindSafe for VideoProfileInfoKHR
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