#[repr(C)]pub struct VkVideoProfileInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub videoCodecOperation: VkVideoCodecOperationFlagBitsKHR,
pub chromaSubsampling: VkVideoChromaSubsamplingFlagsKHR,
pub lumaBitDepth: VkVideoComponentBitDepthFlagsKHR,
pub chromaBitDepth: VkVideoComponentBitDepthFlagsKHR,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§videoCodecOperation: VkVideoCodecOperationFlagBitsKHR
§chromaSubsampling: VkVideoChromaSubsamplingFlagsKHR
§lumaBitDepth: VkVideoComponentBitDepthFlagsKHR
§chromaBitDepth: VkVideoComponentBitDepthFlagsKHR
Trait Implementations§
Source§impl Clone for VkVideoProfileInfoKHR
impl Clone for VkVideoProfileInfoKHR
Source§fn clone(&self) -> VkVideoProfileInfoKHR
fn clone(&self) -> VkVideoProfileInfoKHR
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 Default for VkVideoProfileInfoKHR
impl Default for VkVideoProfileInfoKHR
impl Copy for VkVideoProfileInfoKHR
Auto Trait Implementations§
impl Freeze for VkVideoProfileInfoKHR
impl RefUnwindSafe for VkVideoProfileInfoKHR
impl !Send for VkVideoProfileInfoKHR
impl !Sync for VkVideoProfileInfoKHR
impl Unpin for VkVideoProfileInfoKHR
impl UnwindSafe for VkVideoProfileInfoKHR
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