Struct ash::vk::VideoFormatPropertiesKHR
source · #[repr(C)]pub struct VideoFormatPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format: Format,
pub component_mapping: ComponentMapping,
pub image_create_flags: ImageCreateFlags,
pub image_type: ImageType,
pub image_tiling: ImageTiling,
pub image_usage_flags: ImageUsageFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§format: Format
§component_mapping: ComponentMapping
§image_create_flags: ImageCreateFlags
§image_type: ImageType
§image_tiling: ImageTiling
§image_usage_flags: ImageUsageFlags
Implementations§
source§impl VideoFormatPropertiesKHR
impl VideoFormatPropertiesKHR
pub fn builder<'a>() -> VideoFormatPropertiesKHRBuilder<'a>
Trait Implementations§
source§impl Clone for VideoFormatPropertiesKHR
impl Clone for VideoFormatPropertiesKHR
source§fn clone(&self) -> VideoFormatPropertiesKHR
fn clone(&self) -> VideoFormatPropertiesKHR
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 VideoFormatPropertiesKHR
impl Debug for VideoFormatPropertiesKHR
source§impl Default for VideoFormatPropertiesKHR
impl Default for VideoFormatPropertiesKHR
source§impl TaggedStructure for VideoFormatPropertiesKHR
impl TaggedStructure for VideoFormatPropertiesKHR
const STRUCTURE_TYPE: StructureType = StructureType::VIDEO_FORMAT_PROPERTIES_KHR
impl Copy for VideoFormatPropertiesKHR
Auto Trait Implementations§
impl Freeze for VideoFormatPropertiesKHR
impl RefUnwindSafe for VideoFormatPropertiesKHR
impl !Send for VideoFormatPropertiesKHR
impl !Sync for VideoFormatPropertiesKHR
impl Unpin for VideoFormatPropertiesKHR
impl UnwindSafe for VideoFormatPropertiesKHR
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