#[repr(C)]pub struct VkVideoFormatPropertiesKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub format: VkFormat,
pub componentMapping: VkComponentMapping,
pub imageCreateFlags: VkImageCreateFlags,
pub imageType: VkImageType,
pub imageTiling: VkImageTiling,
pub imageUsageFlags: VkImageUsageFlags,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§format: VkFormat
§componentMapping: VkComponentMapping
§imageCreateFlags: VkImageCreateFlags
§imageType: VkImageType
§imageTiling: VkImageTiling
§imageUsageFlags: VkImageUsageFlags
Trait Implementations§
Source§impl Clone for VkVideoFormatPropertiesKHR
impl Clone for VkVideoFormatPropertiesKHR
Source§fn clone(&self) -> VkVideoFormatPropertiesKHR
fn clone(&self) -> VkVideoFormatPropertiesKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkVideoFormatPropertiesKHR
impl Default for VkVideoFormatPropertiesKHR
impl Copy for VkVideoFormatPropertiesKHR
Auto Trait Implementations§
impl Freeze for VkVideoFormatPropertiesKHR
impl RefUnwindSafe for VkVideoFormatPropertiesKHR
impl !Send for VkVideoFormatPropertiesKHR
impl !Sync for VkVideoFormatPropertiesKHR
impl Unpin for VkVideoFormatPropertiesKHR
impl UnwindSafe for VkVideoFormatPropertiesKHR
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