#[repr(C)]pub struct VideoFormatPropertiesKHR {
pub s_type: StructureType,
pub 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§next: *mut c_void§format: Format§component_mapping: ComponentMapping§image_create_flags: ImageCreateFlags§image_type: ImageType§image_tiling: ImageTiling§image_usage_flags: ImageUsageFlagsTrait Implementations§
Source§impl Clone for VideoFormatPropertiesKHR
impl Clone for VideoFormatPropertiesKHR
Source§fn clone(&self) -> VideoFormatPropertiesKHR
fn clone(&self) -> VideoFormatPropertiesKHR
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 Debug for VideoFormatPropertiesKHR
impl Debug for VideoFormatPropertiesKHR
Source§impl Default for VideoFormatPropertiesKHR
impl Default for VideoFormatPropertiesKHR
Source§impl Hash for VideoFormatPropertiesKHR
impl Hash for VideoFormatPropertiesKHR
Source§impl PartialEq for VideoFormatPropertiesKHR
impl PartialEq for VideoFormatPropertiesKHR
impl Copy for VideoFormatPropertiesKHR
impl Eq for VideoFormatPropertiesKHR
impl Send for VideoFormatPropertiesKHR
impl StructuralPartialEq for VideoFormatPropertiesKHR
impl Sync for VideoFormatPropertiesKHR
Auto Trait Implementations§
impl Freeze for VideoFormatPropertiesKHR
impl RefUnwindSafe 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